]> git.proxmox.com Git - rustc.git/blame - src/librustc_trans_utils/Cargo.toml
New upstream version 1.23.0+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
XL
13ar = "0.3.0"
14flate2 = "0.2"
15owning_ref = "0.3.3"
16log = "0.3"
17
3b2f2976
XL
18syntax = { path = "../libsyntax" }
19syntax_pos = { path = "../libsyntax_pos" }
ea8adc8c
XL
20rustc = { path = "../librustc" }
21rustc_back = { path = "../librustc_back" }
abe05a73 22rustc_data_structures = { path = "../librustc_data_structures" }