From 4667a410af96ce9fe90ef8cbe26def69a0b1b29c Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 14 Nov 2014 15:02:27 -0500 Subject: [PATCH] Add dependency on time (no longer in std) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 957e1de..00d48a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,6 @@ authors = ["John Gallagher "] [lib] name = "rusqlite" + +[dependencies.time] +git = "https://github.com/rust-lang/time"