mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
69f2c9c101
To the module where it is used, so it doesn't have to be `pub`.
14 lines
296 B
TOML
14 lines
296 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_lexer = { path = "../rustc_lexer" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
thin-vec = "0.2.12"
|
|
# tidy-alphabetical-end
|