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