aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorMuhammad Mominul Huque <[email protected]>2019-06-14 21:42:56 +0100
committerMuhammad Mominul Huque <[email protected]>2019-06-14 21:42:56 +0100
commit9709bd39ca8a564d517372ee33304d34ac0b09bf (patch)
tree4d12b93f2aab3a85898099c2308d364501946dbb /crates/ra_lsp_server/Cargo.toml
parenta931fb1ef633473e272bb3f9ba86968dd90f44a7 (diff)
Get rid of failure: ra_lsp_server & ra_project_model
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index d52e0165f..142467cc9 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -7,8 +7,6 @@ authors = ["rust-analyzer developers"]
7[dependencies] 7[dependencies]
8threadpool = "1.7.1" 8threadpool = "1.7.1"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10failure = "0.1.4"
11failure_derive = "0.1.4"
12serde_json = "1.0.34" 10serde_json = "1.0.34"
13serde = { version = "1.0.83", features = ["derive"] } 11serde = { version = "1.0.83", features = ["derive"] }
14crossbeam-channel = "0.3.5" 12crossbeam-channel = "0.3.5"