]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_hir/Cargo.toml
Rollup merge of #107476 - notriddle:notriddle/item-decl-3, r=GuillaumeGomez
[rust.git] / compiler / rustc_hir / Cargo.toml
1 [package]
2 name = "rustc_hir"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 rustc_arena = { path = "../rustc_arena" }
10 rustc_target = { path = "../rustc_target" }
11 rustc_macros = { path = "../rustc_macros" }
12 rustc_data_structures = { path = "../rustc_data_structures" }
13 rustc_error_messages = { path = "../rustc_error_messages" }
14 rustc_index = { path = "../rustc_index" }
15 rustc_span = { path = "../rustc_span" }
16 rustc_serialize = { path = "../rustc_serialize" }
17 rustc_ast = { path = "../rustc_ast" }
18 tracing = "0.1"
19 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
20 odht = { version = "0.3.1", features = ["nightly"] }