lssa/lez/wallet-ffi/Cargo.toml
2026-08-07 15:19:12 +03:00

33 lines
566 B
TOML

[package]
name = "wallet-ffi"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
[lints]
workspace = true
[lib]
crate-type = ["rlib", "cdylib", "staticlib"]
[dependencies]
wallet.workspace = true
lee.workspace = true
lee_core.workspace = true
common.workspace = true
programs.workspace = true
tokio.workspace = true
key_protocol.workspace = true
serde_json.workspace = true
risc0-zkvm.workspace = true
bip39.workspace = true
vault_core.workspace = true
[build-dependencies]
cbindgen = "0.29"
[features]
default = ["prove"]
prove = ["lee/prove"]