chore: cdk-signatory metadata

This commit is contained in:
thesimplekid
2025-06-07 20:16:33 +01:00
parent 9e8f5a1e7d
commit f7846f65c2
2 changed files with 8 additions and 3 deletions

View File

@@ -1,8 +1,13 @@
[package]
name = "cdk-signatory"
version = "0.10.0"
edition = "2021"
version.workspace = true
edition.workspace = true
authors = ["CDK Developers"]
description = "CDK signatory default implementation"
homepage = "https://github.com/cashubtc/cdk"
repository = "https://github.com/cashubtc/cdk.git"
rust-version.workspace = true # MSRV
license.workspace = true
[features]
default = ["grpc", "sqlite"]

View File

@@ -174,6 +174,7 @@ release m="":
"-p cdk-common"
"-p cdk-sqlite"
"-p cdk-redb"
"-p cdk-signatory"
"-p cdk"
"-p cdk-rexie"
"-p cdk-axum"
@@ -183,7 +184,6 @@ release m="":
"-p cdk-lnbits"
"-p cdk-fake-wallet"
"-p cdk-payment-processor"
"-p cdk-signatory"
"-p cdk-cli"
"-p cdk-mintd"
)