]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[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"] }