diff --git a/crates/cdk-ffi/Cargo.toml b/crates/cdk-ffi/Cargo.toml index b8cef967..80382a08 100644 --- a/crates/cdk-ffi/Cargo.toml +++ b/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"] diff --git a/justfile b/justfile index 2fe9d06d..0a1f4828 100644 --- a/justfile +++ b/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"