]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ast_pretty/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / compiler / rustc_ast_pretty / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_ast_pretty"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
1b1a35ee 9rustc_ast = { path = "../rustc_ast" }
9ffffee4
FG
10rustc_span = { path = "../rustc_span" }
11thin-vec = "0.2.12"