]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_lint/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / compiler / rustc_lint / Cargo.toml
CommitLineData
1b1a35ee
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_lint"
4version = "0.0.0"
5edition = "2018"
6
7[dependencies]
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" }