Add time crate
This commit is contained in:
parent
6db25db975
commit
0bf5809674
|
@ -16,4 +16,5 @@ git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "*"
|
rustc-serialize = "*"
|
||||||
|
time = "*"
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@ extern crate core;
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
extern crate rustc_serialize as serialize;
|
extern crate rustc_serialize as serialize;
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
extern crate time;
|
||||||
|
|
||||||
extern crate secp256k1;
|
extern crate secp256k1;
|
||||||
extern crate crypto;
|
extern crate crypto;
|
||||||
|
|
Loading…
Reference in New Issue