blob: 7fb7a06ea1ad5fc1d1eee29090469a15c8c90fce [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_lint"
version = "0.0.0"
[lib]
name = "rustc_lint"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
log = "0.4"
rustc = { path = "../librustc" }
rustc_target = { path = "../librustc_target" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
rustc_data_structures = { path = "../librustc_data_structures" }