]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ast_pretty/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / compiler / rustc_ast_pretty / Cargo.toml
CommitLineData
1b1a35ee
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_ast_pretty"
4version = "0.0.0"
5edition = "2018"
6
7[lib]
8doctest = false
9
10[dependencies]
11tracing = "0.1"
12rustc_span = { path = "../rustc_span" }
13rustc_ast = { path = "../rustc_ast" }