[package] authors = ["The Rust Project Developers"] name = "rustc_privacy" version = "0.0.0" [lib] name = "rustc_privacy" path = "lib.rs" crate-type = ["dylib"] [dependencies] log = { path = "../liblog" } rustc = { path = "../librustc" } rustc_front = { path = "../librustc_front" } syntax = { path = "../libsyntax" }