]> git.lizzy.rs Git - rust.git/blob - src/librustc_hir_pretty/Cargo.toml
Rollup merge of #70470 - GuillaumeGomez:cleanup-e0463, r=Dylan-DPC
[rust.git] / src / librustc_hir_pretty / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_hir_pretty"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_hir_pretty"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 rustc_ast_pretty = { path = "../librustc_ast_pretty" }
14 rustc_hir = { path = "../librustc_hir" }
15 rustc_target = { path = "../librustc_target" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 rustc_span = { path = "../librustc_span" }
18 rustc_ast = { path = "../librustc_ast" }