blob: 12a08f06558bad1632e3e1e6fcc090e5ee8e66d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
|