mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:40:08 +00:00
13 lines
315 B
TOML
13 lines
315 B
TOML
[package]
|
|
name = "rustc_feature"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
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
|