]> git.lizzy.rs Git - rust.git/blob - src/librustc_plugin_impl/Cargo.toml
Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369'
[rust.git] / src / librustc_plugin_impl / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin_impl"
4 version = "0.0.0"
5 build = false
6 edition = "2018"
7
8 [lib]
9 name = "rustc_plugin_impl"
10 path = "lib.rs"
11 doctest = false
12
13 [dependencies]
14 rustc_middle = { path = "../librustc_middle" }
15 rustc_errors = { path = "../librustc_errors" }
16 rustc_hir = { path = "../librustc_hir" }
17 rustc_lint = { path = "../librustc_lint" }
18 rustc_metadata = { path = "../librustc_metadata" }
19 rustc_ast = { path = "../librustc_ast" }
20 rustc_session = { path = "../librustc_session" }
21 rustc_span = { path = "../librustc_span" }