diff options
author | Aleksey Kladov <[email protected]> | 2018-09-02 12:46:15 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-09-02 12:46:15 +0100 |
commit | 80be61ed78e8410e013cb94879435d54a4907c30 (patch) | |
tree | 3ab33c902644a3aa14b490be8a7caa9120da7537 /crates/server/Cargo.toml | |
parent | 7fad13de73ded5b8a332c5f50c18671d612bd1e3 (diff) |
project model
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r-- | crates/server/Cargo.toml | 3 |
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" | |||
18 | languageserver-types = "0.49.0" | 18 | languageserver-types = "0.49.0" |
19 | walkdir = "2.2.0" | 19 | walkdir = "2.2.0" |
20 | im = { version = "11.0.1", features = ["arc"] } | 20 | im = { version = "11.0.1", features = ["arc"] } |
21 | text_unit = { version = "0.1.2", features = ["serde"] } | ||
22 | cargo_metadata = "0.6.0" | 21 | cargo_metadata = "0.6.0" |
22 | text_unit = { version = "0.1.2", features = ["serde"] } | ||
23 | smol_str = { version = "0.1.5", features = ["serde"] } | ||
23 | 24 | ||
24 | libsyntax2 = { path = "../libsyntax2" } | 25 | libsyntax2 = { path = "../libsyntax2" } |
25 | libeditor = { path = "../libeditor" } | 26 | libeditor = { path = "../libeditor" } |