rust/compiler/rustc_ast_pretty/Cargo.toml
2023-02-21 11:51:55 +11:00

12 lines
192 B
TOML

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