mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Prometheus options in Substrate relay (#402)
This commit is contained in:
committed by
Bastian Köcher
parent
86834e2fd6
commit
ddeb59d336
@@ -12,7 +12,6 @@ codec = { package = "parity-scale-codec", version = "1.3.4" }
|
||||
futures = "0.3.5"
|
||||
log = "0.4.11"
|
||||
paste = "1.0"
|
||||
sp-runtime = "2.0"
|
||||
structopt = "0.3"
|
||||
|
||||
# Bridge dependencies
|
||||
@@ -24,3 +23,7 @@ relay-millau-client = { path = "../millau-client" }
|
||||
relay-rialto-client = { path = "../rialto-client" }
|
||||
relay-substrate-client = { path = "../substrate-client" }
|
||||
relay-utils = { path = "../utils" }
|
||||
|
||||
# Substrate dependencies
|
||||
|
||||
sp-runtime = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user