Add dependency on time (no longer in std)

This commit is contained in:
John Gallagher 2014-11-14 15:02:27 -05:00
parent cbba1386f5
commit 4667a410af

View File

@ -5,3 +5,6 @@ authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
[lib] [lib]
name = "rusqlite" name = "rusqlite"
[dependencies.time]
git = "https://github.com/rust-lang/time"