mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
9 lines
191 B
TOML
9 lines
191 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_arena"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|