Library to interact with the [Jade](https://blockstream.com/jade/) hardware wallet.
It's available in blocking ([`Jade`]) and asynchronous ([`asyncr::Jade`]) variants.
Some of the implemented features include, unlocking the Jade, registering multisig wallets, signing PSETs.
[jade docs](https://github.com/Blockstream/Jade/blob/master/docs/index.rst)
test uses [testcontainers](https://github.com/testcontainers/testcontainers-rs) (see lwk_containers in the workspace)