From 1f08866d84fefda00e4c90e150b4e34216b90845 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Sun, 16 Nov 2014 12:11:04 +0100 Subject: [PATCH] Switch to external time crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b6a82996..17b415bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ authors = ["Mathijs van de Nes "] [dependencies.flate2] git = "https://github.com/alexcrichton/flate2-rs.git" +[dependencies.time] +git = "http://github.com/rust-lang/time" + [[bin]] name = "extract" test = false