about summary refs log tree commit diff
path: root/src/librustc_feature/Cargo.toml
blob: 96fd15ef3044c748a64e70a4353668a88877035a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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" }