Use crates.io instead of git repo for deps
This commit is contained in:
parent
83cd70bb62
commit
da11be1259
1 changed files with 3 additions and 5 deletions
|
@ -4,11 +4,9 @@ name = "zip"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||||
|
|
||||||
[dependencies.flate2]
|
[dependencies]
|
||||||
git = "https://github.com/alexcrichton/flate2-rs.git"
|
flate2 = "*"
|
||||||
|
time = "*"
|
||||||
[dependencies.time]
|
|
||||||
git = "http://github.com/rust-lang/time"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "extract"
|
name = "extract"
|
||||||
|
|
Loading…
Add table
Reference in a new issue