18 lines
289 B
TOML
Raw Permalink Normal View History

2026-01-21 15:22:38 +01:00
[package]
name = "wallet-ffi"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
2026-01-21 15:22:38 +01:00
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
wallet.workspace = true
nssa.workspace = true
common.workspace = true
tokio.workspace = true
[build-dependencies]
cbindgen = "0.29"