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 de1ac0c commit df40660Copy full SHA for df40660
src/lib.rs
@@ -26,6 +26,7 @@ use tempfile::TempDir;
26
27
pub extern crate bitcoincore_rpc;
28
pub extern crate tempfile;
29
+pub extern crate which;
30
31
/// Struct representing the bitcoind process with related information
32
pub struct BitcoinD {
0 commit comments