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