Provide JSON language server with settings schema
This commit is contained in:
parent
862ec01e7d
commit
7a68b2d371
5 changed files with 69 additions and 5 deletions
|
@ -24,6 +24,7 @@ futures = "0.3"
|
|||
log = "0.4"
|
||||
parking_lot = "0.11.1"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
schemars = "0.8"
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = { version = "1", features = ["preserve_order"] }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue