blob: 980a8fa93a97d531c1647b902d36e21857f1bd39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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"
|