]> git.lizzy.rs Git - rust.git/blob - src/libflate/Cargo.toml
Add [[T]] -> [T] examples to SliceConcatExt docs
[rust.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.27"