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