diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2020-12-21 14:44:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 08:44:26 -0500 |
| commit | bd85d0ed420b792eebdd81f88fca503e028c9565 (patch) | |
| tree | d6f8d5baf4c3c0d760bea2b6b221189674d2e54b /cli/Cargo.toml | |
| parent | 3078fcf55a8aa04d26316ab353d84f2c9512bd47 (diff) | |
refactor: rewrite lsp to be async (#8727)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 80eeceef8..65f455215 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -40,7 +40,6 @@ atty = "0.2.14" base64 = "0.12.3" byteorder = "1.3.4" clap = "2.33.3" -crossbeam-channel = "0.5.0" dissimilar = "1.0.2" dprint-plugin-typescript = "0.35.1" encoding_rs = "0.8.24" @@ -52,8 +51,7 @@ jsonc-parser = "0.14.0" lazy_static = "1.4.0" libc = "0.2.77" log = "0.4.11" -lsp-server = "0.5.0" -lsp-types = { version = "0.84.0", features = ["proposed"] } +lspower = "0.1.0" notify = "5.0.0-pre.3" percent-encoding = "2.1.0" regex = "1.3.9" @@ -87,6 +85,7 @@ chrono = "0.4.15" os_pipe = "0.9.2" test_util = { path = "../test_util" } tokio-tungstenite = "0.11.0" +tower-test = "0.3.0" [target.'cfg(unix)'.dev-dependencies] exec = "0.3.1" # Used in test_raw_tty |
