rust/compiler/rustc_arena/Cargo.toml

10 lines
255 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
2020-08-28 03:58:48 +00:00
name = "rustc_arena"
version = "0.0.0"
2019-02-06 18:04:35 +00:00
edition = "2018"
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
2021-02-14 14:37:30 +00:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }