]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
[rust.git] / compiler / rustc_arena / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_arena"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 rustc_data_structures = { path = "../rustc_data_structures" }
9 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }