Files
rust/compiler/rustc_ast_pretty/Cargo.toml

18 lines
366 B
TOML
Raw Normal View History

2020-08-27 22:58:48 -05:00
[package]
name = "rustc_ast_pretty"
version = "0.0.0"
2025-02-20 18:37:58 +00:00
edition = "2024"
2020-08-27 22:58:48 -05:00
[dependencies]
# tidy-alphabetical-start
itertools = "0.12"
2020-08-27 22:58:48 -05:00
rustc_ast = { path = "../rustc_ast" }
rustc_lexer = { path = "../rustc_lexer" }
rustc_span = { path = "../rustc_span" }
# tidy-alphabetical-end
[dev-dependencies]
# tidy-alphabetical-start
thin-vec = "0.2.12"
# tidy-alphabetical-end