summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_index/Cargo.toml
blob: 8a81a93a99cfd67af66bd33e55ee4d4e818749d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustc_index"
version = "0.0.0"
edition = "2021"

[lib]
doctest = false

[dependencies]
arrayvec = { version = "0.7", default-features = false }
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
smallvec = "1.8.1"