rust/compiler/rustc_index/Cargo.toml

14 lines
300 B
TOML
Raw Normal View History

2019-09-25 20:55:18 +02:00
[package]
authors = ["The Rust Project Developers"]
name = "rustc_index"
version = "0.0.0"
edition = "2018"
[lib]
doctest = false
[dependencies]
2020-09-19 17:27:13 +02:00
arrayvec = { version = "0.5.1", default-features = false }
2020-08-28 05:58:48 +02:00
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }