]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen
[rust.git] / compiler / rustc_arena / Cargo.toml
1 [package]
2 name = "rustc_arena"
3 version = "0.0.0"
4 edition = "2018"
5
6 [dependencies]
7 rustc_data_structures = { path = "../rustc_data_structures" }
8 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }