From: Daniela Brozzoni Date: Wed, 12 Oct 2022 13:23:42 +0000 (+0100) Subject: Re-export HWI if the hardware-signer feature is set X-Git-Tag: v0.24.0-rc.1~4^2~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=a4a43ea86060fa0a62b47dedc7de820459b3a472;p=bdk Re-export HWI if the hardware-signer feature is set --- diff --git a/src/lib.rs b/src/lib.rs index bed048cf..dcbe1b1e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -203,6 +203,8 @@ pub extern crate miniscript; extern crate serde; #[macro_use] extern crate serde_json; +#[cfg(feature = "hardware-signer")] +pub extern crate hwi; #[cfg(all(feature = "reqwest", feature = "ureq"))] compile_error!("Features reqwest and ureq are mutually exclusive and cannot be enabled together");