mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 20:03:21 +00:00
26 lines
407 B
TOML
26 lines
407 B
TOML
[package]
|
|
name = "wallet-ffi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
wallet.workspace = true
|
|
nssa.workspace = true
|
|
common.workspace = true
|
|
nssa_core.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.29"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[features]
|
|
default = []
|
|
prove = ["nssa/prove"]
|