Skip to content

Commit

Permalink
Workspace: consolidate repository metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Oct 3, 2024
1 parent 371506d commit 7340f03
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bindings/cdk-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "Cashu Development Kit JS Bindings"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "Cashu CDK axum webserver"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors.workspace = true
description = "Cashu cli wallet built on CDK"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-cln/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK ln backend for cln"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-fake-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK fake ln backend"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors.workspace = true
description = "Core Cashu Development Kit library implementing the Cashu protocol"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV


Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-lnbits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK ln backend for lnbits"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-lnd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
description = "CDK ln backend for lnd"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-mintd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK mint binary"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-phoenixd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK ln backend for phoenixd"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-redb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors.workspace = true
description = "Redb storage backend for CDK"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.66.0" # MSRV

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-rexie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors.workspace = true
description = "Indexdb storage backend for CDK in the browser"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors.workspace = true
description = "SQLite storage backend for CDK"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.66.0" # MSRV

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-strike/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
description = "CDK ln backend for Strike api"

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
description = "Core Cashu Development Kit library implementing the Cashu protocol"
homepage.workspace = true
repository = "https://github.com/cashubtc/cdk.git"
repository.workspace = true
rust-version = "1.63.0" # MSRV
license.workspace = true

Expand Down

0 comments on commit 7340f03

Please sign in to comment.