mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-09 00:54:24 +01:00
* Rename CLI and lib projects * Place lib in a workspace * Add uniffi package * Bump uniffi version * Add uniffi.toml config file to customize lib names * Add makefile for kotlin, python, swift bindings * Add missing PaymentError variant * Rename BoltzGeneric error variant
24 lines
606 B
TOML
24 lines
606 B
TOML
[package]
|
|
name = "ls-sdk"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "ls_sdk"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
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"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|
|
uuid = { version = "1.8.0", features = ["v4"] } |