mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
@@ -16,12 +16,12 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
memmap2 = "0.5.0"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../executor" }
|
||||
sc-network = { version = "0.10.0-dev", path = "../network" }
|
||||
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
|
||||
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-chain-spec-derive = { path = "derive" }
|
||||
sc-executor = { path = "../executor" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
|
||||
Reference in New Issue
Block a user