12 lines
192 B
TOML
Raw Normal View History

2020-08-27 22:58:48 -05:00
[package]
name = "rustc_ast_pretty"
version = "0.0.0"
2021-09-19 12:49:55 -04:00
edition = "2021"
2020-08-27 22:58:48 -05:00
[lib]
[dependencies]
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
thin-vec = "0.2.12"