mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 05:06:14 +01:00
chore: cdk-signatory metadata
This commit is contained in:
@@ -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"]
|
||||
|
||||
2
justfile
2
justfile
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user