]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Rollup merge of #93585 - tamaroning:add_tests_for_92630, r=m-ou-se
[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"] }