rust/compiler/rustc_privacy/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
650 B
TOML
Raw Normal View History

2020-08-28 11:58:48 +08:00
[package]
name = "rustc_privacy"
version = "0.0.0"
2021-09-20 00:49:55 +08:00
edition = "2021"
2020-08-28 11:58:48 +08:00
[dependencies]
# tidy-alphabetical-start
2021-07-31 14:50:57 +08:00
rustc_ast = { path = "../rustc_ast" }
2020-08-28 11:58:48 +08:00
rustc_attr = { path = "../rustc_attr" }
rustc_data_structures = { path = "../rustc_data_structures" }
2020-08-28 11:58:48 +08:00
rustc_errors = { path = "../rustc_errors" }
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
rustc_hir = { path = "../rustc_hir" }
rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
2020-08-28 11:58:48 +08:00
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_ty_utils = { path = "../rustc_ty_utils" }
2020-08-28 11:58:48 +08:00
tracing = "0.1"
# tidy-alphabetical-end