rust/compiler/rustc_arena/Cargo.toml
2020-08-30 18:45:07 +03:00

9 lines
253 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "rustc_arena"
version = "0.0.0"
edition = "2018"
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }