mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 03:55:40 +00:00
@@ -8,26 +8,26 @@ edition = "2021"
|
||||
futures = "0.3.28"
|
||||
|
||||
# Substrate
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-network-transactions = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-client-api = { path = "../../../substrate/client/api" }
|
||||
sc-consensus = { path = "../../../substrate/client/consensus/common" }
|
||||
sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" }
|
||||
sc-rpc = { path = "../../../substrate/client/rpc" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
sc-sysinfo = { path = "../../../substrate/client/sysinfo" }
|
||||
sc-telemetry = { path = "../../../substrate/client/telemetry" }
|
||||
sc-network = { path = "../../../substrate/client/network" }
|
||||
sc-network-sync = { path = "../../../substrate/client/network/sync" }
|
||||
sc-utils = { path = "../../../substrate/client/utils" }
|
||||
sc-network-transactions = { path = "../../../substrate/client/network/transactions" }
|
||||
sp-api = { path = "../../../substrate/primitives/api" }
|
||||
sp-blockchain = { path = "../../../substrate/primitives/blockchain" }
|
||||
sp-consensus = { path = "../../../substrate/primitives/consensus/common" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|
||||
sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool" }
|
||||
|
||||
# Polkadot
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-primitives = { path = "../../../polkadot/primitives" }
|
||||
|
||||
# Cumulus
|
||||
cumulus-client-cli = { path = "../cli" }
|
||||
|
||||
Reference in New Issue
Block a user