]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_arena/Cargo.toml
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_arena / Cargo.toml
CommitLineData
3b2f2976 1[package]
1b1a35ee 2name = "rustc_arena"
3b2f2976 3version = "0.0.0"
c295e0f8 4edition = "2021"
3b2f2976 5
3b2f2976 6[dependencies]
6a06907d 7smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }