mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 14:14:49 +01:00
chore: update cargo meta
This commit is contained in:
@@ -3,6 +3,7 @@ name = "cdk-cli"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["CDK Developers"]
|
authors = ["CDK Developers"]
|
||||||
|
description = "Cashu cli wallet built on CDK"
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
rust-version.workspace = true # MSRV
|
rust-version.workspace = true # MSRV
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
name = "cdk-redb"
|
name = "cdk-redb"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["CDK Developers"]
|
||||||
|
description = "Redb storage backend for CDK"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
name = "cdk-rexie"
|
name = "cdk-rexie"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["CDK Developers"]
|
||||||
|
description = "Indexdb storage backend for CDK in the browser"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
name = "cdk-sqlite"
|
name = "cdk-sqlite"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["CDK Developers"]
|
||||||
|
description = "Sqlite storage backend for CDK"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ name = "cdk"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["CDK Developers"]
|
authors = ["CDK Developers"]
|
||||||
|
description = "Core Cashu Development Kit library implementing the Cashu protocol"
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
rust-version.workspace = true # MSRV
|
rust-version.workspace = true # MSRV
|
||||||
|
|||||||
Reference in New Issue
Block a user