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"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||
|
||||
[dependencies.flate2]
|
||||
git = "https://github.com/alexcrichton/flate2-rs.git"
|
||||
|
||||
[dependencies.time]
|
||||
git = "http://github.com/rust-lang/time"
|
||||
[dependencies]
|
||||
flate2 = "*"
|
||||
time = "*"
|
||||
|
||||
[[bin]]
|
||||
name = "extract"
|
||||
|
|
Loading…
Add table
Reference in a new issue