]>
Commit | Line | Data |
---|---|---|
7453a54e SL |
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 | ||
11 | [dependencies] | |
12 | log = { path = "../liblog" } | |
13 | rustc = { path = "../librustc" } | |
14 | rustc_back = { path = "../librustc_back" } | |
54a0048b | 15 | rustc_const_eval = { path = "../librustc_const_eval" } |
7453a54e | 16 | syntax = { path = "../libsyntax" } |