Skip to content

Commit a4a43ea

Browse files
Re-export HWI if the hardware-signer feature is set
1 parent a8cf34e commit a4a43ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ pub extern crate miniscript;
203203
extern crate serde;
204204
#[macro_use]
205205
extern crate serde_json;
206+
#[cfg(feature = "hardware-signer")]
207+
pub extern crate hwi;
206208

207209
#[cfg(all(feature = "reqwest", feature = "ureq"))]
208210
compile_error!("Features reqwest and ureq are mutually exclusive and cannot be enabled together");

0 commit comments

Comments
 (0)