Message lane loop metrics (#400)

* message lane metrics

* fmt and clippy
This commit is contained in:
Svyatoslav Nikolsky
2020-10-06 18:17:24 +03:00
committed by Bastian Köcher
parent 8b8248f83f
commit cfe1e43473
7 changed files with 210 additions and 7 deletions
+5
View File
@@ -9,7 +9,12 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
async-std = "1.6.5"
async-trait = "0.1.40"
futures = "0.3.5"
hex = "0.4"
log = "0.4.11"
num-traits = "0.2"
parking_lot = "0.11.0"
# Bridge Dependencies
bp-message-lane = { path = "../../primitives/message-lane" }
relay-utils = { path = "../utils" }