Get JSON LSP running, still work to be done
This commit is contained in:
parent
38d7321511
commit
fbaff615a3
7 changed files with 269 additions and 88 deletions
|
@ -6,6 +6,8 @@ edition = "2021"
|
|||
[dependencies]
|
||||
wasmtime = "0.37.0"
|
||||
wasmtime-wasi = "0.37.0"
|
||||
wasi-common = "0.37.0"
|
||||
anyhow = { version = "1.0", features = ["std"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
bincode = "1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue