diff --git a/Cargo.toml b/Cargo.toml index cce5815..1c32f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,5 @@ git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git" [dependencies] rustc-serialize = "*" +time = "*" diff --git a/src/lib.rs b/src/lib.rs index 8ba4c43..d938b92 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;