rust/compiler/rustc_ast_pretty/Cargo.toml
2023-01-12 00:25:45 +01:00

12 lines
228 B
TOML

[package]
name = "rustc_ast_pretty"
version = "0.0.0"
edition = "2021"
[lib]
[dependencies]
rustc_ast = { path = "../rustc_ast" }
rustc_parse_format = { path = "../rustc_parse_format" }
rustc_span = { path = "../rustc_span" }