aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-09-02 12:46:15 +0100
committerAleksey Kladov <[email protected]>2018-09-02 12:46:15 +0100
commit80be61ed78e8410e013cb94879435d54a4907c30 (patch)
tree3ab33c902644a3aa14b490be8a7caa9120da7537 /crates/server/Cargo.toml
parent7fad13de73ded5b8a332c5f50c18671d612bd1e3 (diff)
project model
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" }