blob: 36d2ba4f3676b4b9c765efcf3956f9c988375a47 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_trans"
version = "0.0.0"
[lib]
name = "rustc_trans"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
flate = { path = "../libflate" }
log = { path = "../liblog" }
rustc = { path = "../librustc" }
rustc_back = { path = "../librustc_back" }
rustc_bitflags = { path = "../librustc_bitflags" }
rustc_const_eval = { path = "../librustc_const_eval" }
rustc_const_math = { path = "../librustc_const_math" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_errors = { path = "../librustc_errors" }
rustc_incremental = { path = "../librustc_incremental" }
rustc_llvm = { path = "../librustc_llvm" }
rustc_i128 = { path = "../librustc_i128" }
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }