mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
@@ -16,14 +16,14 @@ log = "0.4"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-consensus-beefy = { version = "4.0.0-dev", path = "../" }
|
||||
sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../../primitives/consensus/beefy" }
|
||||
sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" }
|
||||
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
|
||||
sc-consensus-beefy = { path = ".." }
|
||||
sp-consensus-beefy = { path = "../../../../primitives/consensus/beefy" }
|
||||
sc-rpc = { path = "../../../rpc" }
|
||||
sp-core = { path = "../../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
|
||||
sc-rpc = { path = "../../../rpc", features = ["test-helpers"]}
|
||||
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user