We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c582c commit 84896fbCopy full SHA for 84896fb
src/lib.rs
@@ -21,14 +21,15 @@
21
#![deny(unused_must_use)]
22
#![forbid(unsafe_code)]
23
24
-extern crate bitcoin;
25
-extern crate crypto;
+pub extern crate bitcoin;
+pub extern crate crypto;
26
#[cfg(test)]
27
extern crate hex;
28
extern crate rand;
29
extern crate serde;
30
#[macro_use]
31
extern crate serde_derive;
32
+
33
34
extern crate serde_json;
35
0 commit comments