2017-07-08 12:46:43 -05:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
2020-08-27 22:58:48 -05:00
|
|
|
name = "rustc_arena"
|
2017-07-08 12:46:43 -05:00
|
|
|
version = "0.0.0"
|
2019-02-06 12:04:35 -06:00
|
|
|
edition = "2018"
|
2017-07-08 12:46:43 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2019-11-04 08:59:09 -06:00
|
|
|
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|