Skip to content

Commit 49d2134

Browse files
committed
re-export anyhow
1 parent 19fd014 commit 49d2134

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ use std::time::Duration;
2525
use std::{env, fmt, fs, thread};
2626
use tempfile::TempDir;
2727

28-
pub extern crate bitcoincore_rpc;
29-
pub extern crate tempfile;
30-
pub extern crate which;
28+
pub use anyhow;
29+
pub use bitcoincore_rpc;
30+
pub use tempfile;
31+
pub use which;
3132

3233
#[derive(Debug)]
3334
/// Struct representing the bitcoind process with related information

0 commit comments

Comments
 (0)