mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-03 22:34:20 +01:00
28 lines
742 B
TOML
28 lines
742 B
TOML
[package]
|
|
name = "breez-sdk-liquid"
|
|
edition = "2021"
|
|
version = "0.0.1"
|
|
|
|
[lib]
|
|
name = "breez_sdk_liquid"
|
|
crate-type = ["staticlib", "cdylib", "lib"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.80"
|
|
bip39 = { version = "2.0.0", features = ["serde"] }
|
|
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "e55b8439f3311be7fcd18ec14a5747d0f3dbd74f" }
|
|
log = "0.4.20"
|
|
lwk_common = "0.3.0"
|
|
lwk_signer = "0.3.0"
|
|
lwk_wollet = "0.3.0"
|
|
rusqlite = "0.29"
|
|
rusqlite_migration = "1.0"
|
|
thiserror = "1.0.57"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|
|
uuid = { version = "1.8.0", features = ["v4"] }
|
|
|
|
[patch.crates-io]
|
|
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"}
|