mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
8 lines
151 B
TOML
8 lines
151 B
TOML
[package]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|