]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_index/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.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"