Re-export HWI if the hardware-signer feature is set

This commit is contained in:
Daniela Brozzoni 2022-10-12 14:23:42 +01:00
parent a8cf34e809
commit a4a43ea860
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View File

@ -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");