]> git.lizzy.rs Git - rust.git/blob - src/librustc_lint/Cargo.toml
update
[rust.git] / src / librustc_lint / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_lint"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_lint"
9 path = "lib.rs"
10
11 [dependencies]
12 log = "0.4"
13 unicode-security = "0.0.2"
14 rustc = { path = "../librustc" }
15 rustc_errors = { path = "../librustc_errors" }
16 rustc_hir = { path = "../librustc_hir" }
17 rustc_target = { path = "../librustc_target" }
18 syntax = { path = "../libsyntax" }
19 rustc_span = { path = "../librustc_span" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_feature = { path = "../librustc_feature" }
22 rustc_index = { path = "../librustc_index" }
23 rustc_session = { path = "../librustc_session" }