mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 14:23:45 +00:00
8a0e64078e
Completely abandon usage of rustc_target in these crates, as they need no special knowledge of rustc's target tuples.
14 lines
343 B
TOML
14 lines
343 B
TOML
[package]
|
|
name = "rustc_hir_pretty"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_abi = { path = "../rustc_abi" }
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
|
rustc_hir = { path = "../rustc_hir" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
# tidy-alphabetical-end
|