소스 검색

chore: ffi to release

thesimplekid 1 개월 전
부모
커밋
6ad2c3a67e
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      crates/cdk-ffi/Cargo.toml
  2. 2 0
      justfile

+ 2 - 0
crates/cdk-ffi/Cargo.toml

@@ -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"]

+ 2 - 0
justfile

@@ -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"