Add back test-hardware-signer feature

This commit is contained in:
LLFourn 2023-02-21 17:20:30 +11:00 committed by Daniela Brozzoni
parent 6d05598407
commit 20e45b7af0
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View File

@ -38,6 +38,7 @@ compiler = ["miniscript/compiler"]
all-keys = ["keys-bip39"] all-keys = ["keys-bip39"]
keys-bip39 = ["bip39"] keys-bip39 = ["bip39"]
hardware-signer = ["hwi"] hardware-signer = ["hwi"]
test-hardware-signer = ["hardware-signer"]
[dev-dependencies] [dev-dependencies]
lazy_static = "1.4" lazy_static = "1.4"