]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_lint_defs/Cargo.toml
Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se
[rust.git] / compiler / rustc_lint_defs / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_lint_defs"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 rustc_ast = { path = "../rustc_ast" }
9 rustc_data_structures = { path = "../rustc_data_structures" }
10 rustc_span = { path = "../rustc_span" }
11 rustc_serialize = { path = "../rustc_serialize" }
12 rustc_macros = { path = "../rustc_macros" }
13 rustc_target = { path = "../rustc_target" }