rust/src/libarena/Cargo.toml
2019-11-04 15:59:09 +01:00

13 lines
288 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "arena"
version = "0.0.0"
edition = "2018"
[lib]
name = "arena"
path = "lib.rs"
[dependencies]
rustc_data_structures = { path = "../librustc_data_structures" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }