aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir/Cargo.toml')
-rw-r--r--crates/hir/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index dbb2986b6..d0ddca27f 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -14,6 +14,7 @@ rustc-hash = "1.1.0"
14either = "1.5.3" 14either = "1.5.3"
15arrayvec = "0.5.1" 15arrayvec = "0.5.1"
16itertools = "0.9.0" 16itertools = "0.9.0"
17url = "2.1.1"
17 18
18stdx = { path = "../stdx" } 19stdx = { path = "../stdx" }
19syntax = { path = "../syntax" } 20syntax = { path = "../syntax" }
@@ -22,3 +23,4 @@ profile = { path = "../profile" }
22hir_expand = { path = "../hir_expand" } 23hir_expand = { path = "../hir_expand" }
23hir_def = { path = "../hir_def" } 24hir_def = { path = "../hir_def" }
24hir_ty = { path = "../hir_ty" } 25hir_ty = { path = "../hir_ty" }
26tt = { path = "../tt" }