]> git.lizzy.rs Git - rust.git/blob - src/librustc_privacy/Cargo.toml
Auto merge of #67032 - cjgillot:hirene, r=Zoxc
[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_typeck = { path = "../librustc_typeck" }
14 syntax = { path = "../libsyntax" }
15 syntax_pos = { path = "../librustc_span", package = "rustc_span" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 rustc_error_codes = { path = "../librustc_error_codes" }
18 log = "0.4"