2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_privacy"
|
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2021-07-31 01:50:57 -05:00
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_attr = { path = "../rustc_attr" }
|
2022-06-22 08:17:34 -05:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_errors = { path = "../rustc_errors" }
|
2023-04-16 07:33:00 -05:00
|
|
|
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
|
2023-10-19 21:37:29 -05:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2022-06-22 08:17:34 -05:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
|
|
rustc_middle = { path = "../rustc_middle" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_session = { path = "../rustc_session" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2023-07-18 02:22:46 -05:00
|
|
|
rustc_ty_utils = { path = "../rustc_ty_utils" }
|
2020-08-27 22:58:48 -05:00
|
|
|
tracing = "0.1"
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-end
|