aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r--crates/server/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index 2d0db2838..8e077ecf0 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -11,10 +11,11 @@ serde_derive = "1.0.71"
11drop_bomb = "0.1.0" 11drop_bomb = "0.1.0"
12crossbeam-channel = "0.2.4" 12crossbeam-channel = "0.2.4"
13threadpool = "1.7.1" 13threadpool = "1.7.1"
14flexi_logger = "0.9.0" 14flexi_logger = "0.9.1"
15log = "0.4.3" 15log = "0.4.3"
16url_serde = "0.2.0" 16url_serde = "0.2.0"
17languageserver-types = "0.49.0" 17languageserver-types = "0.49.0"
18text_unit = { version = "0.1.2", features = ["serde"] }
18 19
19libsyntax2 = { path = "../libsyntax2" } 20libsyntax2 = { path = "../libsyntax2" }
20libeditor = { path = "../libeditor" } 21libeditor = { path = "../libeditor" }