2019-11-30 00:23:38 +01:00
|
|
|
[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]
|
2019-11-30 02:34:18 +01:00
|
|
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
|
|
|
lazy_static = "1.0.0"
|
2019-12-31 20:15:40 +03:00
|
|
|
rustc_span = { path = "../librustc_span" }
|