blob: 78d7b698b720ed30cfec6a6a707757890a70ae41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "rustc_feature"
version = "0.0.0"
edition = "2024"
[dependencies]
# tidy-alphabetical-start
rustc_attr_data_structures = { path = "../rustc_attr_data_structures" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.59"
# tidy-alphabetical-end
|