]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_hir_pretty/Cargo.toml
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / compiler / rustc_hir_pretty / Cargo.toml
1 [package]
2 name = "rustc_hir_pretty"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
11 rustc_hir = { path = "../rustc_hir" }
12 rustc_target = { path = "../rustc_target" }
13 rustc_span = { path = "../rustc_span" }
14 rustc_ast = { path = "../rustc_ast" }