rust/src/librustc_feature/Cargo.toml
2020-01-01 09:15:18 +03:00

15 lines
318 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "rustc_feature"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_feature"
path = "lib.rs"
doctest = false
[dependencies]
rustc_data_structures = { path = "../librustc_data_structures" }
lazy_static = "1.0.0"
rustc_span = { path = "../librustc_span" }