mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "rustc_feature"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_span = { path = "../rustc_span" }
|