mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 06:28:39 +00:00
11 lines
236 B
TOML
11 lines
236 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" }
|
|
# tidy-alphabetical-end
|