aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-18 13:43:16 +0000
committerAleksey Kladov <[email protected]>2019-02-18 13:43:16 +0000
commit1bdd935e9144d94fdbfa46d6fe47778379bceacf (patch)
tree477283f2cc45262bd45f7e2157fef5b8faeaab8f /crates/ra_lsp_server/Cargo.toml
parenta591c3460b88f56fbab6af2d4e0c47ca12197405 (diff)
switch to crates.io vfs
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index c69f78a11..6342e0628 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -19,13 +19,13 @@ lsp-types = "0.55.0"
19rustc-hash = "1.0" 19rustc-hash = "1.0"
20parking_lot = "0.7.0" 20parking_lot = "0.7.0"
21 21
22ra_vfs = "0.1.0"
22thread_worker = { path = "../thread_worker" } 23thread_worker = { path = "../thread_worker" }
23ra_syntax = { path = "../ra_syntax" } 24ra_syntax = { path = "../ra_syntax" }
24ra_text_edit = { path = "../ra_text_edit" } 25ra_text_edit = { path = "../ra_text_edit" }
25ra_ide_api = { path = "../ra_ide_api" } 26ra_ide_api = { path = "../ra_ide_api" }
26ra_arena = { path = "../ra_arena" } 27ra_arena = { path = "../ra_arena" }
27gen_lsp_server = { path = "../gen_lsp_server" } 28gen_lsp_server = { path = "../gen_lsp_server" }
28ra_vfs = { path = "../ra_vfs" }
29ra_project_model = { path = "../ra_project_model" } 29ra_project_model = { path = "../ra_project_model" }
30 30
31[dev-dependencies] 31[dev-dependencies]