]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_lint_defs/Cargo.toml
Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr
[rust.git] / compiler / rustc_lint_defs / Cargo.toml
1 [package]
2 name = "rustc_lint_defs"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 serde = { version = "1.0.125", features = ["derive"] }
8 rustc_ast = { path = "../rustc_ast" }
9 rustc_data_structures = { path = "../rustc_data_structures" }
10 rustc_error_messages = { path = "../rustc_error_messages" }
11 rustc_span = { path = "../rustc_span" }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_macros = { path = "../rustc_macros" }
14 rustc_target = { path = "../rustc_target" }
15 rustc_hir = { path = "../rustc_hir" }