]> git.proxmox.com Git - rustc.git/blob - src/librustc_feature/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_feature / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_feature"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_feature"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 rustc_data_structures = { path = "../librustc_data_structures" }
14 lazy_static = "1.0.0"
15 rustc_span = { path = "../librustc_span" }