aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-15 15:24:20 +0100
committerAleksey Kladov <[email protected]>2018-08-15 15:24:20 +0100
commit9f6cf42c5fd0bd98dd3445239f2c6414e8fd9324 (patch)
tree5e6496a681a56e9fd1b6e6bae196538cd471e2d0 /crates/server/Cargo.toml
parent109658332a75ca91d6dc2bf573e0ab77fa5619ca (diff)
Switch to file ids
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" }