]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_hir_pretty/Cargo.toml
Rollup merge of #83231 - DieracDelta:lp64d-abi-for-riscvgc-unknown-none-elf, r=estebank
[rust.git] / compiler / rustc_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 doctest = false
9
10 [dependencies]
11 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
12 rustc_hir = { path = "../rustc_hir" }
13 rustc_target = { path = "../rustc_target" }
14 rustc_span = { path = "../rustc_span" }
15 rustc_ast = { path = "../rustc_ast" }