chore: ffi to release

This commit is contained in:
thesimplekid
2025-09-23 14:48:56 +01:00
parent fb84343993
commit 6ad2c3a67e
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "FFI bindings for cdk wallet"
homepage = "https://github.com/cashubtc/cdk"
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]

View File

@@ -322,6 +322,7 @@ release m="":
args=(
"-p cashu"
"-p cdk-prometheus"
"-p cdk-common"
"-p cdk-sql-common"
"-p cdk-sqlite"
@@ -329,6 +330,7 @@ release m="":
"-p cdk-redb"
"-p cdk-signatory"
"-p cdk"
"-p cdk-ffi"
"-p cdk-axum"
"-p cdk-mint-rpc"
"-p cdk-cln"