]> git.proxmox.com Git - rustc.git/blame - src/librustc_plugin/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_plugin / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_plugin"
4version = "0.0.0"
5
6[lib]
7name = "rustc_plugin"
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12log = { path = "../liblog" }
13rustc = { path = "../librustc" }
54a0048b 14rustc_back = { path = "../librustc_back" }
7453a54e 15rustc_bitflags = { path = "../librustc_bitflags" }
7453a54e
SL
16rustc_metadata = { path = "../librustc_metadata" }
17rustc_mir = { path = "../librustc_mir" }
18syntax = { path = "../libsyntax" }