rust/compiler/rustc_feature/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
315 B
TOML
Raw Permalink Normal View History

[package]
name = "rustc_feature"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
[dependencies]
# tidy-alphabetical-start
2020-08-28 03:58:48 +00:00
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }
2024-09-06 20:05:01 +00:00
serde = { version = "1.0.125", features = [ "derive" ] }
serde_json = "1.0.59"
# tidy-alphabetical-end