]> git.lizzy.rs Git - rust.git/blob - src/librustc_trans/Cargo.toml
doc: "mut" not needed for the examples
[rust.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 getopts = { path = "../libgetopts" }
15 graphviz = { path = "../libgraphviz" }
16 log = { path = "../liblog" }
17 rustc = { path = "../librustc" }
18 rustc_back = { path = "../librustc_back" }
19 rustc_const_eval = { path = "../librustc_const_eval" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_front = { path = "../librustc_front" }
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" }