blob: 33ccd0445030f7e0f315a2cee1b409a65ef9f142 [file] [log] [blame]
[package]
name = "rustc_arena"
version = "0.0.0"
edition = "2021"
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }