aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 10:38:55 +0000
committerAleksey Kladov <[email protected]>2020-03-04 10:55:25 +0000
commit19115e9fabf1364fe94c21b44546aa01f380f04c (patch)
treea4986faf51c39bf9fd28a78525c9c1199f238ffa /crates/ra_ide_db/Cargo.toml
parent437329d3f5b7bb5b703b93c75a97d349eb77d6c7 (diff)
Support cross-crate marks
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 7b285d280..7ff1a536e 100644
--- a/crates/ra_ide_db/Cargo.toml
+++ b/crates/ra_ide_db/Cargo.toml
@@ -21,6 +21,7 @@ ra_syntax = { path = "../ra_syntax" }
21ra_text_edit = { path = "../ra_text_edit" } 21ra_text_edit = { path = "../ra_text_edit" }
22ra_db = { path = "../ra_db" } 22ra_db = { path = "../ra_db" }
23ra_prof = { path = "../ra_prof" } 23ra_prof = { path = "../ra_prof" }
24test_utils = { path = "../test_utils" }
24 25
25# ra_ide should depend only on the top-level `hir` package. if you need 26# ra_ide should depend only on the top-level `hir` package. if you need
26# something from some `hir_xxx` subpackage, reexport the API via `hir`. 27# something from some `hir_xxx` subpackage, reexport the API via `hir`.