aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_expand/Cargo.toml')
-rw-r--r--crates/ra_hir_expand/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir_expand/Cargo.toml b/crates/ra_hir_expand/Cargo.toml
index 2cd522766..6da0e2a16 100644
--- a/crates/ra_hir_expand/Cargo.toml
+++ b/crates/ra_hir_expand/Cargo.toml
@@ -3,6 +3,7 @@ edition = "2018"
3name = "ra_hir_expand" 3name = "ra_hir_expand"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6license = "MIT OR Apache-2.0"
6 7
7[lib] 8[lib]
8doctest = false 9doctest = false
@@ -10,6 +11,7 @@ doctest = false
10[dependencies] 11[dependencies]
11log = "0.4.8" 12log = "0.4.8"
12either = "1.5.3" 13either = "1.5.3"
14rustc-hash = "1.0.0"
13 15
14ra_arena = { path = "../ra_arena" } 16ra_arena = { path = "../ra_arena" }
15ra_db = { path = "../ra_db" } 17ra_db = { path = "../ra_db" }