Files
breez-sdk-liquid/lib/Cargo.toml
ok300 522bdaea5c Rename init() to connect() (#119)
* Rename init() to connect()

* Shorten commit ID for secp256k1-zkp dependency

* Update RN bindings

* Rename the manually coded init function to connect

* Update RN example app

---------

Co-authored-by: Ross Savage <hello@satimoto.com>
Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com>
2024-04-29 15:25:48 +00:00

28 lines
564 B
TOML

[profile.release]
lto = true
opt-level = "z"
codegen-units = 1
panic = "abort"
rpath = true
[workspace]
members = [
"ls-sdk-bindings",
"ls-sdk-bindings/bindings-react-native",
"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]
# https://github.com/BlockstreamResearch/rust-secp256k1-zkp/pull/48/commits
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24"}