mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
15 lines
290 B
TOML
15 lines
290 B
TOML
[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" }
|