rust/compiler/rustc_feature/Cargo.toml

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

12 lines
209 B
TOML
Raw Normal View History

[package]
name = "rustc_feature"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
[lib]
doctest = false
[dependencies]
2020-08-27 22:58:48 -05:00
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }