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