summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_arena/Cargo.toml
blob: 5c2aee6b47f9a24a1909777296004b70ca313e84 (plain)
1
2
3
4
5
6
7
[package]
name = "rustc_arena"
version = "0.0.0"
edition = "2021"

[dependencies]
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }