2019-09-25 13:55:18 -05:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_index"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_index"
|
|
|
|
path = "lib.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-02 12:03:40 -05:00
|
|
|
rustc_serialize = { path = "../librustc_serialize" }
|
2019-11-04 08:59:09 -06:00
|
|
|
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|