mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 14:25:41 +00:00
@@ -14,13 +14,13 @@ gum = { package = "tracing-gum", path = "../gum" }
|
||||
metered = { package = "prioritized-metered-channel", version = "0.2.0" }
|
||||
|
||||
# Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`.
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
sc-cli = { path = "../../../substrate/client/cli" }
|
||||
|
||||
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" }
|
||||
sc-tracing = { path = "../../../substrate/client/tracing" }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives" }
|
||||
bs58 = { version = "0.4.0", features = ["alloc"] }
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -30,9 +30,9 @@ tempfile = "3.2.0"
|
||||
hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] }
|
||||
tokio = "1.24.2"
|
||||
polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]}
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-test-utils = { path = "../../../substrate/test-utils" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
sp-keyring = { path = "../../../substrate/primitives/keyring" }
|
||||
prometheus-parse = {version = "0.2.2"}
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user