]> git.proxmox.com Git - rustc.git/blob - src/librustc_passes/Cargo.toml
Imported Upstream version 1.10.0+dfsg1
[rustc.git] / src / librustc_passes / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_passes"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_passes"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 log = { path = "../liblog" }
13 rustc = { path = "../librustc" }
14 rustc_const_eval = { path = "../librustc_const_eval" }
15 rustc_const_math = { path = "../librustc_const_math" }
16 syntax = { path = "../libsyntax" }