Get JSON LSP running, still work to be done

This commit is contained in:
Isaac Clayton
2022-07-07 15:20:27 +02:00
parent 38d7321511
commit fbaff615a3
7 changed files with 269 additions and 88 deletions
+2
View File
@@ -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"