]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast_pretty/Cargo.toml
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
[rust.git] / compiler / rustc_ast_pretty / Cargo.toml
1 [package]
2 name = "rustc_ast_pretty"
3 version = "0.0.0"
4 edition = "2018"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 tracing = "0.1"
11 rustc_span = { path = "../rustc_span" }
12 rustc_ast = { path = "../rustc_ast" }