]> git.lizzy.rs Git - rust.git/blob - src/librustc_privacy/Cargo.toml
Clear out std, not std tools
[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 edition = "2018"
6
7 [lib]
8 name = "rustc_privacy"
9 path = "lib.rs"
10
11 [dependencies]
12 rustc = { path = "../librustc" }
13 rustc_errors = { path = "../librustc_errors" }
14 rustc_hir = { path = "../librustc_hir" }
15 rustc_typeck = { path = "../librustc_typeck" }
16 syntax = { path = "../libsyntax" }
17 rustc_span = { path = "../librustc_span" }
18 rustc_data_structures = { path = "../librustc_data_structures" }
19 log = "0.4"