mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-13 07:11:05 +00:00
chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io)
This commit is contained in:
+32
-32
@@ -1,8 +1,8 @@
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
license = "MIT-0"
|
license = "MIT-0"
|
||||||
authors = ["Pezkuwi <admin@pezkuwichain.io>"]
|
authors = ["Pezkuwi <admin@pezkuwichain.io>"]
|
||||||
homepage = "https://github.com/pezkuwichain/"
|
homepage = "https://git.pezkuwichain.io/pezkuwichain/"
|
||||||
repository = "https://github.com/pezkuwichain/pezkuwi-sdk-minimal-template.git"
|
repository = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk-minimal-template.git"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
@@ -22,7 +22,7 @@ docify = { version = "0.2.9" }
|
|||||||
futures = { version = "0.3.31" }
|
futures = { version = "0.3.31" }
|
||||||
futures-timer = { version = "3.0.2" }
|
futures-timer = { version = "3.0.2" }
|
||||||
jsonrpsee = { version = "0.24.3" }
|
jsonrpsee = { version = "0.24.3" }
|
||||||
pezkuwi-sdk = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main", default-features = false }
|
pezkuwi-sdk = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main", default-features = false }
|
||||||
codec = { version = "3.7.5", default-features = false, package = "parity-scale-codec" }
|
codec = { version = "3.7.5", default-features = false, package = "parity-scale-codec" }
|
||||||
scale-info = { version = "2.11.6", default-features = false }
|
scale-info = { version = "2.11.6", default-features = false }
|
||||||
serde_json = { version = "1.0.132", default-features = false }
|
serde_json = { version = "1.0.132", default-features = false }
|
||||||
@@ -38,32 +38,32 @@ lto = true
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
# Map rebranded Pezkuwi packages from the forked Pezkuwi SDK repository
|
# Map rebranded Pezkuwi packages from the forked Pezkuwi SDK repository
|
||||||
pezkuwi-sdk = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezkuwi-sdk = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezframe-support = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezframe-support = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezframe-system = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezframe-system = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezpallet-balances = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezpallet-balances = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezpallet-sudo = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezpallet-sudo = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezpallet-timestamp = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezpallet-timestamp = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezpallet-transaction-payment = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezpallet-transaction-payment = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezpallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezpallet-transaction-payment-rpc-runtime-api = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-api = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-keyring = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-keyring = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-weights = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-weights = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-io = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-io = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-runtime = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-runtime = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-genesis-builder = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-genesis-builder = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-timestamp = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-timestamp = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-block-builder = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-block-builder = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsp-blockchain = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsp-blockchain = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-cli = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-cli = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-service = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-service = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-client-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-client-api = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-executor = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-executor = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-telemetry = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-telemetry = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-transaction-pool-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-transaction-pool-api = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-transaction-pool = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-transaction-pool = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-consensus = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-consensus = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-consensus-manual-seal = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-consensus-manual-seal = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-network = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-network = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-offchain = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-offchain = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
pezsc-basic-authorship = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
pezsc-basic-authorship = { git = "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-sdk.git", branch = "main" }
|
||||||
|
|||||||
Reference in New Issue
Block a user