Switch to external time crate
This commit is contained in:
parent
2163db4b25
commit
1f08866d84
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||||
[dependencies.flate2]
|
[dependencies.flate2]
|
||||||
git = "https://github.com/alexcrichton/flate2-rs.git"
|
git = "https://github.com/alexcrichton/flate2-rs.git"
|
||||||
|
|
||||||
|
[dependencies.time]
|
||||||
|
git = "http://github.com/rust-lang/time"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "extract"
|
name = "extract"
|
||||||
test = false
|
test = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue