rust/compiler/rustc_ast_pretty/Cargo.toml
2022-09-29 16:49:04 +09:00

11 lines
172 B
TOML

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