blob: 439fa661e0ab52dfc117c8dc48c749d43b4295b3 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_privacy"
version = "0.0.0"
[lib]
name = "rustc_privacy"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
rustc = { path = "../librustc" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }