rust/compiler/rustc_lint_defs/Cargo.toml

13 lines
364 B
TOML
Raw Normal View History

[package]
name = "rustc_lint_defs"
version = "0.0.0"
2021-09-19 18:49:55 +02:00
edition = "2021"
[dependencies]
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
rustc_target = { path = "../rustc_target" }