2017-07-08 12:46:43 -05:00
|
|
|
[package]
|
2020-08-27 22:58:48 -05:00
|
|
|
name = "rustc_arena"
|
2017-07-08 12:46:43 -05:00
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2017-07-08 12:46:43 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2021-03-10 19:53:35 -06:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2021-02-14 08:37:30 -06:00
|
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|