]> git.lizzy.rs Git - rust.git/blob - src/librustc_lint/Cargo.toml
Auto merge of #63233 - RalfJung:get_unchecked, r=Centril
[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 rustc = { path = "../librustc" }
14 rustc_target = { path = "../librustc_target" }
15 syntax = { path = "../libsyntax" }
16 syntax_pos = { path = "../libsyntax_pos" }
17 rustc_data_structures = { path = "../librustc_data_structures" }