]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_lint_defs/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / compiler / rustc_lint_defs / Cargo.toml
1 [package]
2 name = "rustc_lint_defs"
3 version = "0.0.0"
4 edition = "2018"
5
6 [dependencies]
7 rustc_ast = { path = "../rustc_ast" }
8 rustc_data_structures = { path = "../rustc_data_structures" }
9 rustc_span = { path = "../rustc_span" }
10 rustc_serialize = { path = "../rustc_serialize" }
11 rustc_macros = { path = "../rustc_macros" }
12 rustc_target = { path = "../rustc_target" }