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 a8cf34e commit a4a43eaCopy full SHA for a4a43ea
src/lib.rs
@@ -203,6 +203,8 @@ pub extern crate miniscript;
203
extern crate serde;
204
#[macro_use]
205
extern crate serde_json;
206
+#[cfg(feature = "hardware-signer")]
207
+pub extern crate hwi;
208
209
#[cfg(all(feature = "reqwest", feature = "ureq"))]
210
compile_error!("Features reqwest and ureq are mutually exclusive and cannot be enabled together");
0 commit comments