]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ast_pretty/Cargo.toml
New upstream version 1.57.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]
7doctest = false
8
9[dependencies]
10tracing = "0.1"
11rustc_span = { path = "../rustc_span" }
12rustc_ast = { path = "../rustc_ast" }