]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_index/Cargo.toml
Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-se
[rust.git] / compiler / rustc_index / Cargo.toml
1 [package]
2 name = "rustc_index"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 arrayvec = { version = "0.7", default-features = false }
10 rustc_serialize = { path = "../rustc_serialize" }
11 rustc_macros = { path = "../rustc_macros" }
12 smallvec = "1.8.1"