]> git.lizzy.rs Git - rust.git/blob - src/librustc_lint/Cargo.toml
Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk
[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
6 [lib]
7 name = "rustc_lint"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10 test = false
11
12 [dependencies]
13 log = "0.4"
14 rustc = { path = "../librustc" }
15 rustc_mir = { path = "../librustc_mir"}
16 rustc_target = { path = "../librustc_target" }
17 syntax = { path = "../libsyntax" }
18 syntax_pos = { path = "../libsyntax_pos" }