summary refs log tree commit diff
path: root/src/libarena/Cargo.toml
blob: e2af67dd9286138e61ef1196d4d7a8487a80c20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "arena"
version = "0.0.0"

[lib]
name = "arena"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
rustc_data_structures = { path = "../librustc_data_structures" }