rust/compiler/rustc_ast_pretty/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
192 B
TOML
Raw Normal View History

2020-08-28 11:58:48 +08:00
[package]
name = "rustc_ast_pretty"
version = "0.0.0"
2021-09-20 00:49:55 +08:00
edition = "2021"
2020-08-28 11:58:48 +08:00
[lib]
[dependencies]
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
thin-vec = "0.2.12"