]> git.lizzy.rs Git - rust.git/blob - crates/hir/Cargo.toml
Merge #8352
[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 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 log = "0.4.8"
14 rustc-hash = "1.1.0"
15 either = "1.5.3"
16 arrayvec = "0.7"
17 itertools = "0.10.0"
18 smallvec = "1.4.0"
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" }