]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_feature/Cargo.toml
Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157
[rust.git] / compiler / rustc_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 doctest = false
9
10 [dependencies]
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_span = { path = "../rustc_span" }