Use crates.io packages again
This commit is contained in:
parent
70532d7b48
commit
814df34916
1 changed files with 6 additions and 12 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||||
|
@ -9,17 +9,11 @@ description = """
|
||||||
Library to support the reading and writing of zip files.
|
Library to support the reading and writing of zip files.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies.flate2]
|
[dependencies]
|
||||||
git = "https://github.com/alexcrichton/flate2-rs"
|
flate2 = "*"
|
||||||
|
bzip2 = "*"
|
||||||
[dependencies.bzip2]
|
time = "*"
|
||||||
git = "https://github.com/alexcrichton/bzip2-rs"
|
log = "*"
|
||||||
|
|
||||||
[dependencies.time]
|
|
||||||
git = "https://github.com/rust-lang/time.git"
|
|
||||||
|
|
||||||
[dependencies.log]
|
|
||||||
git = "https://github.com/rust-lang/log.git"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "extract"
|
name = "extract"
|
||||||
|
|
Loading…
Add table
Reference in a new issue