Files
breez-sdk-liquid/cli/Cargo.toml
ok300 076badca32 Bump boltz-client (#62)
* Bump boltz-client to the latest commit

* Fix error types

* Consolidate boltz_client Errors into one type
2024-03-26 19:42:35 +00:00

18 lines
563 B
TOML

[package]
name = "breez-sdk-liquid-cli"
edition = "2021"
version = "0.0.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.80"
bip39 = "2.0.0"
breez-sdk-liquid = { path = "../lib" }
clap = { version = "4.5.1", features = ["derive"] }
env_logger = "0.11"
log = "0.4.20"
rustyline = { version = "13.0.0", features = ["derive"] }
[patch.crates-io]
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"}