]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis
[rust.git] / compiler / rustc_arena / Cargo.toml
1 [package]
2 name = "rustc_arena"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }