2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
|
name = "rustc_hir_pretty"
|
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2024-10-30 21:57:40 -07:00
|
|
|
rustc_abi = { path = "../rustc_abi" }
|
2023-10-20 13:37:29 +11:00
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
2025-02-12 15:04:26 +01:00
|
|
|
rustc_attr_data_structures = { path = "../rustc_attr_data_structures" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|