lssa/wallet-ffi/Cargo.toml

22 lines
359 B
TOML
Raw 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]
2026-02-02 18:48:15 -03:00
crate-type = ["rlib", "cdylib", "staticlib"]
2026-01-21 15:22:38 +01:00
[dependencies]
wallet.workspace = true
nssa.workspace = true
common.workspace = true
2026-02-04 15:27:39 -03:00
nssa_core.workspace = true
2026-01-21 15:22:38 +01:00
tokio.workspace = true
[build-dependencies]
cbindgen = "0.29"
2026-02-02 18:48:15 -03:00
[dev-dependencies]
tempfile = "3"