blob: 980a8fa93a97d531c1647b902d36e21857f1bd39 [file] [log] [blame]
[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"