rust/compiler/rustc_feature/Cargo.toml
2022-09-29 16:49:04 +09:00

11 lines
193 B
TOML

[package]
name = "rustc_feature"
version = "0.0.0"
edition = "2021"
[lib]
[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }