]> git.proxmox.com Git - rustc.git/blob - src/librustc_plugin/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_plugin / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_plugin"
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" }
15 rustc_bitflags = { path = "../librustc_bitflags" }
16 rustc_metadata = { path = "../librustc_metadata" }
17 rustc_mir = { path = "../librustc_mir" }
18 syntax = { path = "../libsyntax" }