change adapter specification

This commit is contained in:
kbwo 2024-06-22 19:47:52 +09:00
parent a3eaa5ce67
commit 4a4f5411e4
5 changed files with 16 additions and 37 deletions

View file

@ -8,7 +8,8 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
testing-language-server = "0.0.1"
# testing-language-server = "0.0.1"
testing-language-server = { path = "../../" }
lsp-types = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }