aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
committerAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
commit4196b65f2199fa2389b5ff9e89894651d195edbc (patch)
tree55a8ad2e05c72d3ef2830fe182df5d9926751b43 /crates/ra_lsp_server/Cargo.toml
parenta95536301c346e68a109915e6d54136cae875ab0 (diff)
dont depend on tools from lsp-server
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index b4a7b3388..a0819978b 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -37,4 +37,3 @@ ra_vfs = { path = "../ra_vfs" }
37[dev-dependencies] 37[dev-dependencies]
38tempfile = "3" 38tempfile = "3"
39test_utils = { path = "../test_utils" } 39test_utils = { path = "../test_utils" }
40tools = { path = "../tools" }