mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 06:05:51 +00:00
13 lines
254 B
TOML
13 lines
254 B
TOML
[package]
|
|
name = "rustc_ast_pretty"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
itertools = "0.11"
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
thin-vec = "0.2.12"
|
|
# tidy-alphabetical-end
|