From bd85d0ed420b792eebdd81f88fca503e028c9565 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 21 Dec 2020 14:44:26 +0100 Subject: refactor: rewrite lsp to be async (#8727) Co-authored-by: Luca Casonato --- cli/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3