mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-11 11:33:44 +00:00
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "rustc_feature"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_span = { path = "../rustc_span" }
|