Add hidapi feature in remote-wallet

This commit is contained in:
Eric Warehime
2021-12-06 14:32:59 -08:00
committed by Trent Nelson
parent e291342c4a
commit b635073829
6 changed files with 54 additions and 32 deletions

View File

@@ -1242,17 +1242,6 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hidapi"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c4cc7279df8353788ac551186920e44959d5948aec404be02b28544a598bce"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "hmac"
version = "0.8.1"
@@ -3469,7 +3458,6 @@ version = "1.10.0"
dependencies = [
"console",
"dialoguer",
"hidapi",
"log",
"num-derive",
"num-traits",