mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
@@ -28,29 +28,29 @@ parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
threadpool = "1.7"
|
||||
tracing = "0.1.29"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sc-network = { version = "0.10.0-dev", path = "../network" }
|
||||
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
|
||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
|
||||
sc-utils = { version = "4.0.0-dev", path = "../utils" }
|
||||
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
|
||||
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
|
||||
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-network-common = { path = "../network/common" }
|
||||
sc-transaction-pool-api = { path = "../transaction-pool/api" }
|
||||
sc-utils = { path = "../utils" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-offchain = { path = "../../primitives/offchain" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-keystore = { path = "../../primitives/keystore" }
|
||||
sp-externalities = { path = "../../primitives/externalities" }
|
||||
log = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
tokio = "1.22.0"
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
|
||||
sc-client-db = { version = "0.10.0-dev", default-features = true, path = "../db" }
|
||||
sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" }
|
||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-client-db = { path = "../db", default-features = true}
|
||||
sc-transaction-pool = { path = "../transaction-pool" }
|
||||
sc-transaction-pool-api = { path = "../transaction-pool/api" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-tracing = { path = "../../primitives/tracing" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user