aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index 2b3257117..e4fc40a3a 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -8,6 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
8rayon = "1.0.2" 8rayon = "1.0.2"
9relative-path = "0.3.7" 9relative-path = "0.3.7"
10failure = "0.1.2" 10failure = "0.1.2"
11failure_derive = "0.1.2"
11serde_json = "1.0.24" 12serde_json = "1.0.24"
12serde = "1.0.71" 13serde = "1.0.71"
13serde_derive = "1.0.71" 14serde_derive = "1.0.71"