diff --git a/bindings/cdk-js/Cargo.toml b/bindings/cdk-js/Cargo.toml index 62a0afb5d..c62757922 100644 --- a/bindings/cdk-js/Cargo.toml +++ b/bindings/cdk-js/Cargo.toml @@ -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" diff --git a/crates/cdk-axum/Cargo.toml b/crates/cdk-axum/Cargo.toml index 4308c412c..fbee6a92a 100644 --- a/crates/cdk-axum/Cargo.toml +++ b/crates/cdk-axum/Cargo.toml @@ -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" diff --git a/crates/cdk-cli/Cargo.toml b/crates/cdk-cli/Cargo.toml index a839957d8..674c9cc91 100644 --- a/crates/cdk-cli/Cargo.toml +++ b/crates/cdk-cli/Cargo.toml @@ -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 diff --git a/crates/cdk-cln/Cargo.toml b/crates/cdk-cln/Cargo.toml index fdc7a56bb..e06047f85 100644 --- a/crates/cdk-cln/Cargo.toml +++ b/crates/cdk-cln/Cargo.toml @@ -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" diff --git a/crates/cdk-fake-wallet/Cargo.toml b/crates/cdk-fake-wallet/Cargo.toml index 339968725..c443c2795 100644 --- a/crates/cdk-fake-wallet/Cargo.toml +++ b/crates/cdk-fake-wallet/Cargo.toml @@ -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" diff --git a/crates/cdk-integration-tests/Cargo.toml b/crates/cdk-integration-tests/Cargo.toml index 6d4f7d703..00dada826 100644 --- a/crates/cdk-integration-tests/Cargo.toml +++ b/crates/cdk-integration-tests/Cargo.toml @@ -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 diff --git a/crates/cdk-lnbits/Cargo.toml b/crates/cdk-lnbits/Cargo.toml index cf471fbaf..86e8dd8be 100644 --- a/crates/cdk-lnbits/Cargo.toml +++ b/crates/cdk-lnbits/Cargo.toml @@ -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" diff --git a/crates/cdk-lnd/Cargo.toml b/crates/cdk-lnd/Cargo.toml index 16d336dce..da8e1f666 100644 --- a/crates/cdk-lnd/Cargo.toml +++ b/crates/cdk-lnd/Cargo.toml @@ -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] diff --git a/crates/cdk-mintd/Cargo.toml b/crates/cdk-mintd/Cargo.toml index 7c7f1df5f..e0df9738d 100644 --- a/crates/cdk-mintd/Cargo.toml +++ b/crates/cdk-mintd/Cargo.toml @@ -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" diff --git a/crates/cdk-phoenixd/Cargo.toml b/crates/cdk-phoenixd/Cargo.toml index 39e6a1607..9ce34f909 100644 --- a/crates/cdk-phoenixd/Cargo.toml +++ b/crates/cdk-phoenixd/Cargo.toml @@ -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" diff --git a/crates/cdk-redb/Cargo.toml b/crates/cdk-redb/Cargo.toml index 4edf6d1ff..b61f760a8 100644 --- a/crates/cdk-redb/Cargo.toml +++ b/crates/cdk-redb/Cargo.toml @@ -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 diff --git a/crates/cdk-rexie/Cargo.toml b/crates/cdk-rexie/Cargo.toml index 1aa3aff2a..6576dc291 100644 --- a/crates/cdk-rexie/Cargo.toml +++ b/crates/cdk-rexie/Cargo.toml @@ -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 diff --git a/crates/cdk-sqlite/Cargo.toml b/crates/cdk-sqlite/Cargo.toml index 84242a795..5c98b6fd8 100644 --- a/crates/cdk-sqlite/Cargo.toml +++ b/crates/cdk-sqlite/Cargo.toml @@ -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 diff --git a/crates/cdk-strike/Cargo.toml b/crates/cdk-strike/Cargo.toml index 954811b73..71f079725 100644 --- a/crates/cdk-strike/Cargo.toml +++ b/crates/cdk-strike/Cargo.toml @@ -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" diff --git a/crates/cdk/Cargo.toml b/crates/cdk/Cargo.toml index ebc7941c4..414b93d87 100644 --- a/crates/cdk/Cargo.toml +++ b/crates/cdk/Cargo.toml @@ -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