rust/src/libarena/Cargo.toml

12 lines
226 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "arena"
version = "0.0.0"
[lib]
name = "arena"
path = "lib.rs"
crate-type = ["dylib"]
2017-12-03 13:49:46 +01:00
[dependencies]
rustc_data_structures = { path = "../librustc_data_structures" }