rust/compiler/rustc_arena/Cargo.toml

10 lines
255 B
TOML
Raw Normal View History

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