mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 18:33:10 +00:00
18 lines
285 B
TOML
18 lines
285 B
TOML
[package]
|
|
name = "wallet-ffi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
wallet.workspace = true
|
|
nssa.workspace = true
|
|
common.workspace = true
|
|
tokio.workspace = true
|
|
once_cell.workspace = true
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.26"
|