]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_lint/Cargo.toml
New upstream version 1.56.0+dfsg1
[rustc.git] / compiler / rustc_lint / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_lint"
3version = "0.0.0"
4edition = "2018"
5
6[dependencies]
94222f64 7if_chain = "1.0"
1b1a35ee
XL
8tracing = "0.1"
9unicode-security = "0.0.5"
10rustc_middle = { path = "../rustc_middle" }
11rustc_ast_pretty = { path = "../rustc_ast_pretty" }
12rustc_attr = { path = "../rustc_attr" }
13rustc_errors = { path = "../rustc_errors" }
14rustc_hir = { path = "../rustc_hir" }
15rustc_target = { path = "../rustc_target" }
16rustc_ast = { path = "../rustc_ast" }
17rustc_span = { path = "../rustc_span" }
18rustc_data_structures = { path = "../rustc_data_structures" }
19rustc_feature = { path = "../rustc_feature" }
20rustc_index = { path = "../rustc_index" }
21rustc_session = { path = "../rustc_session" }
6a06907d 22rustc_serialize = { path = "../rustc_serialize" }
1b1a35ee 23rustc_trait_selection = { path = "../rustc_trait_selection" }
fc512014 24rustc_parse_format = { path = "../rustc_parse_format" }
94222f64 25rustc_infer = { path = "../rustc_infer" }