]> git.proxmox.com Git - rustc.git/blob - src/librustc_ast_passes/Cargo.toml
New upstream version 1.42.0+dfsg1
[rustc.git] / src / librustc_ast_passes / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ast_passes"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_ast_passes"
9 path = "lib.rs"
10
11 [dependencies]
12 log = "0.4"
13 rustc_data_structures = { path = "../librustc_data_structures" }
14 rustc_errors = { path = "../librustc_errors" }
15 rustc_feature = { path = "../librustc_feature" }
16 rustc_parse = { path = "../librustc_parse" }
17 rustc_session = { path = "../librustc_session" }
18 rustc_span = { path = "../librustc_span" }
19 syntax = { path = "../libsyntax" }