Files
breez-sdk-liquid/lib/ls-sdk-bindings/Cargo.toml
ok300 95a05cc428 CI: build bindings, add binding tests (#114)
* CI: build bindings, add binding tests

* Cargo fmt

* Add assertion in python binding test
2024-04-29 10:49:33 +00:00

22 lines
474 B
TOML

[package]
name = "ls-sdk-bindings"
edition = "2021"
version.workspace = true
[[bin]]
name = "uniffi-bindgen"
path = "uniffi-bindgen.rs"
[lib]
name = "ls_sdk_bindings"
crate-type = ["staticlib", "cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
ls-sdk = { path = "../ls-sdk-core" }
uniffi = { workspace = true, features = [ "bindgen-tests", "cli" ] }
thiserror = { workspace = true }
[build-dependencies]
uniffi = { workspace = true, features = [ "build" ] }