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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index 0ad193b8a..058bf36d2 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -16,6 +16,7 @@ log = "0.4.3"
16url_serde = "0.2.0" 16url_serde = "0.2.0"
17languageserver-types = "0.49.0" 17languageserver-types = "0.49.0"
18walkdir = "2.2.0" 18walkdir = "2.2.0"
19im = { version = "11.0.1", features = ["arc"] }
19text_unit = { version = "0.1.2", features = ["serde"] } 20text_unit = { version = "0.1.2", features = ["serde"] }
20 21
21libsyntax2 = { path = "../libsyntax2" } 22libsyntax2 = { path = "../libsyntax2" }