]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_hir/Cargo.toml
Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr
[rust.git] / compiler / rustc_hir / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_hir"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 rustc_target = { path = "../rustc_target" }
12 rustc_feature = { path = "../rustc_feature" }
13 rustc_macros = { path = "../rustc_macros" }
14 rustc_data_structures = { path = "../rustc_data_structures" }
15 rustc_index = { path = "../rustc_index" }
16 rustc_span = { path = "../rustc_span" }
17 rustc_serialize = { path = "../rustc_serialize" }
18 rustc_ast = { path = "../rustc_ast" }
19 tracing = "0.1"
20 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }