]> git.lizzy.rs Git - rust.git/blob - src/librustc_ast_pretty/Cargo.toml
Rollup merge of #68832 - GuillaumeGomez:clean-up-3-err-codes, r=estebank
[rust.git] / src / librustc_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 name = "rustc_ast_pretty"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 log = "0.4"
14 rustc_span = { path = "../librustc_span" }
15 rustc_data_structures = { path = "../librustc_data_structures" }
16 syntax = { path = "../libsyntax" }