aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_def/Cargo.toml')
-rw-r--r--crates/ra_hir_def/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml
index 2b187bc4a..f93a213df 100644
--- a/crates/ra_hir_def/Cargo.toml
+++ b/crates/ra_hir_def/Cargo.toml
@@ -21,12 +21,11 @@ indexmap = "1.4.0"
21smallvec = "1.4.0" 21smallvec = "1.4.0"
22 22
23stdx = { path = "../stdx" } 23stdx = { path = "../stdx" }
24
25arena = { path = "../arena" } 24arena = { path = "../arena" }
26base_db = { path = "../base_db" } 25base_db = { path = "../base_db" }
27syntax = { path = "../syntax" } 26syntax = { path = "../syntax" }
28profile = { path = "../profile" } 27profile = { path = "../profile" }
29hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" } 28hir_expand = { path = "../hir_expand" }
30test_utils = { path = "../test_utils" } 29test_utils = { path = "../test_utils" }
31mbe = { path = "../mbe" } 30mbe = { path = "../mbe" }
32cfg = { path = "../cfg" } 31cfg = { path = "../cfg" }