From 8c86963d47953045f2f33ee6620d305a6589641e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 5 Dec 2019 23:34:12 +0100 Subject: DynMap This might, or might not help us to reduce boilerplate associated with plumbing values from analysis to the IDE layer --- crates/ra_hir_def/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_hir_def/Cargo.toml') 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" once_cell = "1.0.1" rustc-hash = "1.0" either = "1.5" +anymap = "0.12" ra_arena = { path = "../ra_arena" } ra_db = { path = "../ra_db" } -- cgit v1.2.3