mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
14 lines
246 B
TOML
14 lines
246 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" }
|