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 19fd014 commit 49d2134Copy full SHA for 49d2134
src/lib.rs
@@ -25,9 +25,10 @@ use std::time::Duration;
25
use std::{env, fmt, fs, thread};
26
use tempfile::TempDir;
27
28
-pub extern crate bitcoincore_rpc;
29
-pub extern crate tempfile;
30
-pub extern crate which;
+pub use anyhow;
+pub use bitcoincore_rpc;
+pub use tempfile;
31
+pub use which;
32
33
#[derive(Debug)]
34
/// Struct representing the bitcoind process with related information
0 commit comments