]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_index/Cargo.toml
Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnay
[rust.git] / compiler / rustc_index / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_index"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 arrayvec = { version = "0.7", default-features = false }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_macros = { path = "../rustc_macros" }