2016-01-21 17:19:23 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_mir"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
graphviz = { path = "../libgraphviz" }
|
|
|
|
log = { path = "../liblog" }
|
|
|
|
rustc = { path = "../librustc" }
|
|
|
|
rustc_back = { path = "../librustc_back" }
|
2016-03-30 06:43:36 -05:00
|
|
|
rustc_const_eval = { path = "../librustc_const_eval" }
|
2016-03-15 06:33:13 -05:00
|
|
|
rustc_const_math = { path = "../librustc_const_math" }
|
2016-01-21 17:19:23 -06:00
|
|
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
2016-05-07 11:14:28 -05:00
|
|
|
rustc_bitflags = { path = "../librustc_bitflags" }
|
2016-01-21 17:19:23 -06:00
|
|
|
syntax = { path = "../libsyntax" }
|