]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_feature/Cargo.toml
Rollup merge of #99760 - dvdhrm:rw/uefiplat, r=ehuss
[rust.git] / compiler / rustc_feature / Cargo.toml
1 [package]
2 name = "rustc_feature"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 rustc_data_structures = { path = "../rustc_data_structures" }
11 rustc_span = { path = "../rustc_span" }