]> git.lizzy.rs Git - rust.git/blob - src/librustc_arena/Cargo.toml
Rollup merge of #72615 - jschwe:fix-Zprofile-documentation, r=steveklabnik
[rust.git] / src / librustc_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 [lib]
8 name = "rustc_arena"
9 path = "lib.rs"
10
11 [dependencies]
12 rustc_data_structures = { path = "../librustc_data_structures" }
13 smallvec = { version = "1.0", features = ["union", "may_dangle"] }