]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_feature/Cargo.toml
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
[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
8 [dependencies]
9 rustc_data_structures = { path = "../rustc_data_structures" }
10 rustc_span = { path = "../rustc_span" }