mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-30 04:14:25 +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
18 lines
380 B
TOML
18 lines
380 B
TOML
[workspace]
|
|
members = [
|
|
"ls-sdk-bindings",
|
|
"ls-sdk-core",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.0.1"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
uniffi = "0.27.1"
|
|
uniffi_macros = "0.27.1"
|
|
|
|
[patch.crates-io]
|
|
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"} |