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