lssa/wallet-ffi/Cargo.toml
2026-02-03 19:07:13 -03:00

20 lines
301 B
TOML

[package]
name = "wallet-ffi"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "cdylib", "staticlib"]
[dependencies]
wallet.workspace = true
nssa.workspace = true
common.workspace = true
tokio.workspace = true
[build-dependencies]
cbindgen = "0.26"
[dev-dependencies]
tempfile = "3"