Pārlūkot izejas kodu

chore: update cargo meta

thesimplekid 8 mēneši atpakaļ
vecāks
revīzija
c7b9da0430

+ 1 - 0
crates/cdk-cli/Cargo.toml

@@ -3,6 +3,7 @@ name = "cdk-cli"
 version = "0.1.0"
 edition = "2021"
 authors = ["CDK Developers"]
+description = "Cashu cli wallet built on CDK"
 homepage.workspace = true
 repository.workspace = true
 rust-version.workspace = true # MSRV

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

@@ -2,6 +2,8 @@
 name = "cdk-redb"
 version = "0.1.0"
 edition = "2021"
+authors = ["CDK Developers"]
+description = "Redb storage backend for CDK"
 license.workspace = true
 homepage.workspace = true
 repository.workspace = true

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

@@ -2,6 +2,8 @@
 name = "cdk-rexie"
 version = "0.1.0"
 edition = "2021"
+authors = ["CDK Developers"]
+description = "Indexdb storage backend for CDK in the browser"
 license.workspace = true
 homepage.workspace = true
 repository.workspace = true

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

@@ -2,6 +2,8 @@
 name = "cdk-sqlite"
 version = "0.1.0"
 edition = "2021"
+authors = ["CDK Developers"]
+description = "Sqlite storage backend for CDK"
 license.workspace = true
 homepage.workspace = true
 repository.workspace = true

+ 1 - 0
crates/cdk/Cargo.toml

@@ -3,6 +3,7 @@ name = "cdk"
 version = "0.1.0"
 edition = "2021"
 authors = ["CDK Developers"]
+description = "Core Cashu Development Kit library implementing the Cashu protocol"
 homepage.workspace = true
 repository.workspace = true
 rust-version.workspace = true # MSRV