[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" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_front = { path = "../librustc_front" } syntax = { path = "../libsyntax" }