rust/compiler/rustc_arena/Cargo.toml

10 lines
253 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
2020-08-27 22:58:48 -05:00
name = "rustc_arena"
version = "0.0.0"
2019-02-06 12:04:35 -06:00
edition = "2018"
[dependencies]
2020-08-27 22:58:48 -05:00
rustc_data_structures = { path = "../rustc_data_structures" }
2019-11-04 08:59:09 -06:00
smallvec = { version = "1.0", features = ["union", "may_dangle"] }