]> git.lizzy.rs Git - rust.git/blob - crates/hir/Cargo.toml
fix: Extract function from trait impl
[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 = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 rustc-hash = "1.1.0"
14 either = "1.6.1"
15 arrayvec = "0.7.2"
16 itertools = "0.10.3"
17 smallvec = "1.8.0"
18 once_cell = "1.12.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" }
28 cfg = { path = "../cfg", version = "0.0.0" }