]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast_pretty/Cargo.toml
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
[rust.git] / compiler / rustc_ast_pretty / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ast_pretty"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 tracing = "0.1"
12 rustc_span = { path = "../rustc_span" }
13 rustc_ast = { path = "../rustc_ast" }