]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast_pretty/Cargo.toml
Rollup merge of #100158 - solid-rs:patch/kmc-solid/follow-up-98246, r=joshtriplett
[rust.git] / compiler / rustc_ast_pretty / Cargo.toml
1 [package]
2 name = "rustc_ast_pretty"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 rustc_span = { path = "../rustc_span" }
11 rustc_ast = { path = "../rustc_ast" }