]> git.proxmox.com Git - rustc.git/blame - src/librustc_lint/Cargo.toml
New upstream version 1.17.0+dfsg1
[rustc.git] / src / librustc_lint / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_lint"
4version = "0.0.0"
5
6[lib]
7name = "rustc_lint"
8path = "lib.rs"
9crate-type = ["dylib"]
a7813a04 10test = false
7453a54e
SL
11
12[dependencies]
13log = { path = "../liblog" }
14rustc = { path = "../librustc" }
15rustc_back = { path = "../librustc_back" }
54a0048b 16rustc_const_eval = { path = "../librustc_const_eval" }
7453a54e 17syntax = { path = "../libsyntax" }
3157f602 18syntax_pos = { path = "../libsyntax_pos" }