aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/Cargo.toml
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-06-13 11:34:59 +0100
committerZac Pullar-Strecker <[email protected]>2020-06-30 09:07:08 +0100
commit1d6f291335c58aac95c1124f55d7fb0834baff2a (patch)
treef0d64776e584bf40ba8edb638596a5a03bf04002 /crates/ra_ide_db/Cargo.toml
parent108b953254e46851130e427b41cd143eee07fd02 (diff)
Move resolver into impls, work on tests
Diffstat (limited to 'crates/ra_ide_db/Cargo.toml')
-rw-r--r--crates/ra_ide_db/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml
index c3921bd40..b14206c9b 100644
--- a/crates/ra_ide_db/Cargo.toml
+++ b/crates/ra_ide_db/Cargo.toml
@@ -24,6 +24,7 @@ ra_text_edit = { path = "../ra_text_edit" }
24ra_db = { path = "../ra_db" } 24ra_db = { path = "../ra_db" }
25ra_prof = { path = "../ra_prof" } 25ra_prof = { path = "../ra_prof" }
26test_utils = { path = "../test_utils" } 26test_utils = { path = "../test_utils" }
27ra_hir_def = { path = "../ra_hir_def" }
27 28
28# ra_ide should depend only on the top-level `hir` package. if you need 29# ra_ide should depend only on the top-level `hir` package. if you need
29# something from some `hir_xxx` subpackage, reexport the API via `hir`. 30# something from some `hir_xxx` subpackage, reexport the API via `hir`.