mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 16:55:43 +00:00
@@ -6,29 +6,29 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# polkadot deps
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-subsystem-util = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-network-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-primitives = { path = "../../../polkadot/primitives" }
|
||||
polkadot-core-primitives = { path = "../../../polkadot/core-primitives" }
|
||||
polkadot-overseer = { path = "../../../polkadot/node/overseer" }
|
||||
polkadot-node-subsystem-util = { path = "../../../polkadot/node/subsystem-util" }
|
||||
polkadot-node-network-protocol = { path = "../../../polkadot/node/network/protocol" }
|
||||
|
||||
polkadot-availability-recovery = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-collator-protocol = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-network-bridge = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-collation-generation = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-node-core-runtime-api = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
polkadot-availability-recovery = { path = "../../../polkadot/node/network/availability-recovery" }
|
||||
polkadot-collator-protocol = { path = "../../../polkadot/node/network/collator-protocol" }
|
||||
polkadot-network-bridge = { path = "../../../polkadot/node/network/bridge" }
|
||||
polkadot-node-collation-generation = { path = "../../../polkadot/node/collation-generation" }
|
||||
polkadot-node-core-runtime-api = { path = "../../../polkadot/node/core/runtime-api" }
|
||||
|
||||
# substrate deps
|
||||
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-authority-discovery = { path = "../../../substrate/client/authority-discovery" }
|
||||
sc-network = { path = "../../../substrate/client/network" }
|
||||
sc-network-common = { path = "../../../substrate/client/network/common" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
sc-tracing = { path = "../../../substrate/client/tracing" }
|
||||
sc-utils = { path = "../../../substrate/client/utils" }
|
||||
sp-api = { path = "../../../substrate/primitives/api" }
|
||||
sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" }
|
||||
sp-consensus = { path = "../../../substrate/primitives/consensus/common" }
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|
||||
|
||||
# cumulus deps
|
||||
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
||||
|
||||
Reference in New Issue
Block a user