]> git.lizzy.rs Git - rust.git/blob - src/librustc_ast_pretty/Cargo.toml
Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay
[rust.git] / src / librustc_ast_pretty / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ast_pretty"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_ast_pretty"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 log = "0.4"
14 rustc_span = { path = "../librustc_span" }
15 rustc_data_structures = { path = "../librustc_data_structures" }
16 rustc_ast = { path = "../librustc_ast" }