]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_index/Cargo.toml
Delete QueryLookup
[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 doctest = false
8
9 [dependencies]
10 arrayvec = { version = "0.7", default-features = false }
11 rustc_serialize = { path = "../rustc_serialize" }
12 rustc_macros = { path = "../rustc_macros" }
13 smallvec = "1"