Add time crate

This commit is contained in:
Andrew Poelstra 2015-03-26 11:53:49 -05:00
parent 6db25db975
commit 0bf5809674
2 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,5 @@ git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git"
[dependencies]
rustc-serialize = "*"
time = "*"

View File

@ -47,6 +47,7 @@ extern crate core;
extern crate rand;
extern crate rustc_serialize as serialize;
extern crate test;
extern crate time;
extern crate secp256k1;
extern crate crypto;