]> git.lizzy.rs Git - rust.git/blob - src/librustc_target/Cargo.toml
Separate codepaths for fat and thin LTO in write.rs
[rust.git] / src / librustc_target / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_target"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_target"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 bitflags = "1.0"
13 log = "0.4"
14 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
15 rustc_data_structures = { path = "../librustc_data_structures" }
16 serialize = { path = "../libserialize" }