]> git.proxmox.com Git - rustc.git/blob - src/librustc_trans/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_trans / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_trans"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_trans"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 arena = { path = "../libarena" }
13 flate = { path = "../libflate" }
14 graphviz = { path = "../libgraphviz" }
15 log = { path = "../liblog" }
16 rustc = { path = "../librustc" }
17 rustc_back = { path = "../librustc_back" }
18 rustc_const_eval = { path = "../librustc_const_eval" }
19 rustc_const_math = { path = "../librustc_const_math" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_incremental = { path = "../librustc_incremental" }
22 rustc_llvm = { path = "../librustc_llvm" }
23 rustc_mir = { path = "../librustc_mir" }
24 rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
25 serialize = { path = "../libserialize" }
26 syntax = { path = "../libsyntax" }