aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 18:26:43 +0000
committerAleksey Kladov <[email protected]>2019-01-10 18:26:43 +0000
commitcbeaa541aabfb3cfb4621bee5cc53629b472d7bd (patch)
tree82986532c4ac645ee8b2db5009b4db410463e77e /crates/ra_lsp_server/Cargo.toml
parent1a7a68de165fe89457e130de90e50a90c0b0d3c2 (diff)
switch CargoWorkspace to arena
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 296fae34f..b4a7b3388 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -30,6 +30,7 @@ thread_worker = { path = "../thread_worker" }
30ra_syntax = { path = "../ra_syntax" } 30ra_syntax = { path = "../ra_syntax" }
31ra_text_edit = { path = "../ra_text_edit" } 31ra_text_edit = { path = "../ra_text_edit" }
32ra_ide_api = { path = "../ra_ide_api" } 32ra_ide_api = { path = "../ra_ide_api" }
33ra_arena = { path = "../ra_arena" }
33gen_lsp_server = { path = "../gen_lsp_server" } 34gen_lsp_server = { path = "../gen_lsp_server" }
34ra_vfs = { path = "../ra_vfs" } 35ra_vfs = { path = "../ra_vfs" }
35 36