]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_monomorphize/Cargo.toml
Rollup merge of #99850 - GuillaumeGomez:clean-more-items, r=notriddle
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
1 [package]
2 name = "rustc_monomorphize"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
11 tracing = "0.1"
12 rustc_data_structures = { path = "../rustc_data_structures" }
13 rustc_hir = { path = "../rustc_hir" }
14 rustc_index = { path = "../rustc_index" }
15 rustc_middle = { path = "../rustc_middle" }
16 rustc_session = { path = "../rustc_session" }
17 rustc_span = { path = "../rustc_span" }
18 rustc_target = { path = "../rustc_target" }