aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-13 11:46:05 +0100
committerAleksey Kladov <[email protected]>2018-08-13 11:46:05 +0100
commit18486a02fae5966e61f16ea7bc5c33c6c7c69487 (patch)
tree11b0c792cd8c233cb6a55208f86a0c812457ecd9 /crates/server/Cargo.toml
parentbe742a587704f27f4e503c50f549aa9ec1527fcc (diff)
indexing infra
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 8e077ecf0..0ad193b8a 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -15,6 +15,7 @@ flexi_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"
18walkdir = "2.2.0"
18text_unit = { version = "0.1.2", features = ["serde"] } 19text_unit = { version = "0.1.2", features = ["serde"] }
19 20
20libsyntax2 = { path = "../libsyntax2" } 21libsyntax2 = { path = "../libsyntax2" }