aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-15 14:29:23 +0100
committerAleksey Kladov <[email protected]>2019-06-15 14:29:23 +0100
commitb0be4207d04b65580e7af10cb256ddd5d9ca006d (patch)
treebf978df2c89b036a71157e8946d13e0b014474f9 /crates/ra_batch/Cargo.toml
parent41c56c8a0d01d395e49cd199e6050b02a91cff1d (diff)
reuse AnalysisHost in batch analysis
Diffstat (limited to 'crates/ra_batch/Cargo.toml')
-rw-r--r--crates/ra_batch/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml
index 8bf085bbf..7d8837fc3 100644
--- a/crates/ra_batch/Cargo.toml
+++ b/crates/ra_batch/Cargo.toml
@@ -11,6 +11,7 @@ rustc-hash = "1.0"
11ra_vfs = "0.2.0" 11ra_vfs = "0.2.0"
12ra_syntax = { path = "../ra_syntax" } 12ra_syntax = { path = "../ra_syntax" }
13ra_db = { path = "../ra_db" } 13ra_db = { path = "../ra_db" }
14ra_ide_api = { path = "../ra_ide_api" }
14ra_hir = { path = "../ra_hir" } 15ra_hir = { path = "../ra_hir" }
15ra_project_model = { path = "../ra_project_model" } 16ra_project_model = { path = "../ra_project_model" }
16 17