aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-05 22:34:12 +0000
committerAleksey Kladov <[email protected]>2019-12-06 20:28:05 +0000
commit8c86963d47953045f2f33ee6620d305a6589641e (patch)
treeaf9280c6e156280198117a4d1af0d555cd7b1a53 /crates/ra_hir_def/Cargo.toml
parentd2b210a02e3e8ee1cf38909411fa8945aec99f4e (diff)
DynMap
This might, or might not help us to reduce boilerplate associated with plumbing values from analysis to the IDE layer
Diffstat (limited to 'crates/ra_hir_def/Cargo.toml')
-rw-r--r--crates/ra_hir_def/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml
index cf3a446fc..b1923bbf2 100644
--- a/crates/ra_hir_def/Cargo.toml
+++ b/crates/ra_hir_def/Cargo.toml
@@ -12,6 +12,7 @@ log = "0.4.5"
12once_cell = "1.0.1" 12once_cell = "1.0.1"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14either = "1.5" 14either = "1.5"
15anymap = "0.12"
15 16
16ra_arena = { path = "../ra_arena" } 17ra_arena = { path = "../ra_arena" }
17ra_db = { path = "../ra_db" } 18ra_db = { path = "../ra_db" }