]> git.proxmox.com Git - rustc.git/blob - src/libflate/Cargo.toml
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / libflate / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "flate"
4 version = "0.0.0"
5 build = "build.rs"
6
7 [lib]
8 name = "flate"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [build-dependencies]
13 build_helper = { path = "../build_helper" }
14 gcc = "0.3"