Use crates.io instead of git repo for deps

This commit is contained in:
Mathijs van de Nes 2014-11-21 09:49:36 +01:00
parent 83cd70bb62
commit da11be1259

View file

@ -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"