rust/compiler/rustc_feature/Cargo.toml
2020-08-30 18:45:07 +03:00

14 lines
273 B
TOML

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