summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_ast_pretty/Cargo.toml
blob: a3e3e823b08eb5b677cafe36e84e8bbe2009cf42 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rustc_ast_pretty"
version = "0.0.0"
edition = "2021"

[lib]

[dependencies]
rustc_span = { path = "../rustc_span" }
rustc_ast = { path = "../rustc_ast" }