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