summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_lint_defs/Cargo.toml
blob: 2bf34d82f395c0c91772d319b781e97ef6c661aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc_lint_defs"
version = "0.0.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.125", features = ["derive"] }
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_error_messages = { path = "../rustc_error_messages" }
rustc_span = { path = "../rustc_span" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
rustc_target = { path = "../rustc_target" }
rustc_hir = { path = "../rustc_hir" }