[package] authors = ["The Rust Project Developers"] name = "rustc_privacy" version = "0.0.0" edition = "2018" [lib] name = "rustc_privacy" path = "lib.rs" [dependencies] rustc = { path = "../librustc" } rustc_typeck = { path = "../librustc_typeck" } syntax = { path = "../libsyntax" } rustc_span = { path = "../librustc_span" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_error_codes = { path = "../librustc_error_codes" } log = "0.4"