blob: 96fd15ef3044c748a64e70a4353668a88877035a [file] [log] [blame]
[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" }