]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_arena/Cargo.toml
rustc_metadata: Encode/decode some `LazyArray`s without an `Option`
[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"] }