]> git.proxmox.com Git - rustc.git/blame - src/libflate/Cargo.toml
New upstream version 1.12.0+dfsg1
[rustc.git] / src / libflate / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "flate"
4version = "0.0.0"
5build = "build.rs"
6
7[lib]
8name = "flate"
9path = "lib.rs"
10crate-type = ["dylib"]
11
12[build-dependencies]
13build_helper = { path = "../build_helper" }
5bcae85e 14gcc = "0.3.27"