12 lines
226 B
TOML
12 lines
226 B
TOML
[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" } |