blob: dfae956e2b6d53c15066faef640d9299345389c4 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_arena"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_arena"
path = "lib.rs"
[dependencies]
rustc_data_structures = { path = "../librustc_data_structures" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }