]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / compiler / rustc_arena / Cargo.toml
1 [package]
2 name = "rustc_arena"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }