rust/compiler/rustc_ast_pretty/Cargo.toml

15 lines
290 B
TOML
Raw Normal View History

2020-08-28 05:58:48 +02:00
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast_pretty"
version = "0.0.0"
edition = "2018"
[lib]
doctest = false
[dependencies]
tracing = "0.1"
rustc_span = { path = "../rustc_span" }
rustc_ast = { path = "../rustc_ast" }
rustc_target = { path = "../rustc_target" }