mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-29 11:54:26 +01:00
* Rename ls-sdk-bindings workspace member * Rename ls-sdk-core workspace member * Rename ls-sdk-react-native
29 lines
809 B
TOML
29 lines
809 B
TOML
[package]
|
|
name = "bindings-react-native"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.57", features = ["backtrace"] }
|
|
thiserror = "1.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
uniffi = { version = "0.23.0", features = ["bindgen-tests", "cli"] }
|
|
uniffi_bindgen = "0.23.0"
|
|
uniffi_macros = "0.23.0"
|
|
camino = "1.1.1"
|
|
log = "*"
|
|
serde = "*"
|
|
askama = { version = "0.11.1", default-features = false, features = ["config"] }
|
|
toml = "0.5"
|
|
clap = { version = "3.2.22", features = ["derive"] }
|
|
heck = "0.4"
|
|
paste = "1.0"
|
|
once_cell = "1.12"
|
|
|
|
[build-dependencies]
|
|
uniffi_build = { version = "0.23.0" }
|
|
uniffi_bindgen = "0.23.0"
|
|
anyhow = { version = "1.0.57", features = ["backtrace"] }
|