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

[lib]
doctest = false

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