rust/compiler/rustc_ast_pretty/Cargo.toml

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

14 lines
296 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
[dependencies]
# tidy-alphabetical-start
itertools = "0.12"
2020-08-28 11:58:48 +08:00
rustc_ast = { path = "../rustc_ast" }
rustc_lexer = { path = "../rustc_lexer" }
rustc_span = { path = "../rustc_span" }
thin-vec = "0.2.12"
# tidy-alphabetical-end