]> git.lizzy.rs Git - rust.git/blob - crates/hir/Cargo.toml
Merge #9954
[rust.git] / crates / hir / Cargo.toml
1 [package]
2 name = "hir"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2018"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 rustc-hash = "1.1.0"
13 either = "1.5.3"
14 arrayvec = "0.7"
15 itertools = "0.10.0"
16 smallvec = "1.4.0"
17 once_cell = "1"
18 indexmap = "1.7"
19
20 stdx = { path = "../stdx", version = "0.0.0" }
21 syntax = { path = "../syntax", version = "0.0.0" }
22 base_db = { path = "../base_db", version = "0.0.0" }
23 profile = { path = "../profile", version = "0.0.0" }
24 hir_expand = { path = "../hir_expand", version = "0.0.0" }
25 hir_def = { path = "../hir_def", version = "0.0.0" }
26 hir_ty = { path = "../hir_ty", version = "0.0.0" }
27 tt = { path = "../tt", version = "0.0.0" }
28 cfg = { path = "../cfg", version = "0.0.0" }