mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
@@ -19,20 +19,20 @@ codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
serde = "1.0.163"
|
||||
serde_json = "1.0.85"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../client/api" }
|
||||
sc-client-db = { version = "0.10.0-dev", default-features = false, features = [
|
||||
sc-client-api = { path = "../../client/api" }
|
||||
sc-client-db = { path = "../../client/db", default-features = false, features = [
|
||||
"test-helpers",
|
||||
], path = "../../client/db" }
|
||||
sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../client/executor" }
|
||||
sc-offchain = { version = "4.0.0-dev", path = "../../client/offchain" }
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, features = [
|
||||
]}
|
||||
sc-consensus = { path = "../../client/consensus/common" }
|
||||
sc-executor = { path = "../../client/executor" }
|
||||
sc-offchain = { path = "../../client/offchain" }
|
||||
sc-service = { path = "../../client/service", default-features = false, features = [
|
||||
"test-helpers",
|
||||
], path = "../../client/service" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-keyring = { version = "24.0.0", path = "../../primitives/keyring" }
|
||||
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
|
||||
]}
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
sp-keystore = { path = "../../primitives/keystore" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
|
||||
Reference in New Issue
Block a user