lwk_common 0.3.0

Liquid Wallet Kit - Common utilities
Documentation
[package]
name = "lwk_common"
version = "0.3.0"
edition = "2021"
description = "Liquid Wallet Kit - Common utilities"
license = "MIT OR BSD-2-Clause"
documentation = "https://docs.rs/lwk_common"

[dependencies]
elements = "0.24.0"
elements-miniscript = "0.3"
rand = "0.8"
thiserror = "1.0.48"
# avoid deps to the workspace

[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["js"] }