]> git.lizzy.rs Git - rust.git/blob - src/librustc_codegen_utils/Cargo.toml
Separate codepaths for fat and thin LTO in write.rs
[rust.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 flate2 = "1.0"
14 log = "0.4"
15
16 syntax = { path = "../libsyntax" }
17 syntax_pos = { path = "../libsyntax_pos" }
18 rustc = { path = "../librustc" }
19 rustc_target = { path = "../librustc_target" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_metadata = { path = "../librustc_metadata" }
22 rustc_mir = { path = "../librustc_mir" }
23 rustc_incremental = { path = "../librustc_incremental" }