]> git.proxmox.com Git - rustc.git/blob - src/librustc_codegen_utils/Cargo.toml
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / librustc_codegen_utils / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_codegen_utils"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_codegen_utils"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10 test = false
11
12 [dependencies]
13 ar = "0.3.0"
14 flate2 = "1.0"
15 log = "0.4"
16
17 syntax = { path = "../libsyntax" }
18 syntax_pos = { path = "../libsyntax_pos" }
19 rustc = { path = "../librustc" }
20 rustc_target = { path = "../librustc_target" }
21 rustc_data_structures = { path = "../librustc_data_structures" }
22 rustc_mir = { path = "../librustc_mir" }
23 rustc_incremental = { path = "../librustc_incremental" }