]> git.lizzy.rs Git - rust.git/blob - src/libarena/Cargo.toml
Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay
[rust.git] / src / libarena / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "arena"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "arena"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [dependencies]
13 rustc_data_structures = { path = "../librustc_data_structures" }
14 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }