]> git.lizzy.rs Git - rust.git/blob - src/librustc_privacy/Cargo.toml
privacy: change def_privacy so that it checks for visiblity instead of nameability
[rust.git] / src / librustc_privacy / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_privacy"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_privacy"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 log = { path = "../liblog" }
13 rustc = { path = "../librustc" }
14 rustc_front = { path = "../librustc_front" }
15 syntax = { path = "../libsyntax" }