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

[lib]

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