summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_feature/Cargo.toml
blob: 6f6468646fc7c3ccfae87eeab389535beb464f23 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rustc_feature"
version = "0.0.0"
edition = "2021"

[lib]

[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }