Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
| -rw-r--r-- | crates/hir_expand/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 4645970266..743e807910 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -14,6 +14,7 @@ log = "0.4.8" either = "1.5.3" rustc-hash = "1.0.0" la-arena = { version = "0.2.0", path = "../../lib/arena" } +itertools = "0.10.0" base_db = { path = "../base_db", version = "0.0.0" } cfg = { path = "../cfg", version = "0.0.0" } |