Skip to content

Commit 84896fb

Browse files
committed
Export bitcoin and crypto dependencies
1 parent e3c582c commit 84896fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
#![deny(unused_must_use)]
2222
#![forbid(unsafe_code)]
2323

24-
extern crate bitcoin;
25-
extern crate crypto;
24+
pub extern crate bitcoin;
25+
pub extern crate crypto;
2626
#[cfg(test)]
2727
extern crate hex;
2828
extern crate rand;
2929
extern crate serde;
3030
#[macro_use]
3131
extern crate serde_derive;
32+
3233
#[cfg(test)]
3334
extern crate serde_json;
3435

0 commit comments

Comments
 (0)