blob: ccd3e9b6e43c3f5f341e67b2269d9ed184f8adbd [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_hir_pretty"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_hir_pretty"
path = "lib.rs"
doctest = false
[dependencies]
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
rustc_hir = { path = "../librustc_hir" }
rustc_target = { path = "../librustc_target" }
rustc_span = { path = "../librustc_span" }
rustc_ast = { path = "../librustc_ast" }