mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-06 15:44: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
4 lines
75 B
Rust
4 lines
75 B
Rust
fn main() {
|
|
uniffi::generate_scaffolding("src/ls_sdk.udl").unwrap();
|
|
}
|