mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
213 B
TOML
9 lines
213 B
TOML
[package]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|