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 c3e7a6238..cb96929c6 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -18,8 +18,9 @@ url_serde = "0.2.0"
18languageserver-types = "0.49.0" 18languageserver-types = "0.49.0"
19walkdir = "2.2.0" 19walkdir = "2.2.0"
20im = { version = "11.0.1", features = ["arc"] } 20im = { version = "11.0.1", features = ["arc"] }
21text_unit = { version = "0.1.2", features = ["serde"] }
22cargo_metadata = "0.6.0" 21cargo_metadata = "0.6.0"
22text_unit = { version = "0.1.2", features = ["serde"] }
23smol_str = { version = "0.1.5", features = ["serde"] }
23 24
24libsyntax2 = { path = "../libsyntax2" } 25libsyntax2 = { path = "../libsyntax2" }
25libeditor = { path = "../libeditor" } 26libeditor = { path = "../libeditor" }