]> git.lizzy.rs Git - rust.git/blob - src/librustc_plugin/Cargo.toml
Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix
[rust.git] / src / librustc_plugin / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin"
4 version = "0.0.0"
5 build = false
6
7 [lib]
8 name = "rustc_plugin"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [dependencies]
13 log = { path = "../liblog" }
14 rustc = { path = "../librustc" }
15 rustc_back = { path = "../librustc_back" }
16 rustc_bitflags = { path = "../librustc_bitflags" }
17 rustc_metadata = { path = "../librustc_metadata" }
18 syntax = { path = "../libsyntax" }
19 syntax_pos = { path = "../libsyntax_pos" }
20 rustc_errors = { path = "../librustc_errors" }