10 lines
255 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-07 03:04:35 +09:00
edition = "2018"
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
2021-02-14 17:37:30 +03:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }