rust/compiler/rustc_arena/Cargo.toml
2021-09-20 22:21:42 -04:00

8 lines
213 B
TOML

[package]
name = "rustc_arena"
version = "0.0.0"
edition = "2021"
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }