[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" }