summary refs log tree commit diff
path: root/src/libarena/Cargo.toml
blob: 5158aab8b7dc5c21cca20080e6ffd0f3e374ba17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"] }