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"