mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 14:45:42 +00:00
Telemetry per node (#7463)
This commit is contained in:
@@ -17,15 +17,16 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
parking_lot = "0.11.1"
|
||||
futures = "0.3.9"
|
||||
futures-timer = "3.0.1"
|
||||
wasm-timer = "0.2.5"
|
||||
libp2p = { version = "0.34.0", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"] }
|
||||
log = "0.4.8"
|
||||
pin-project = "0.4.6"
|
||||
rand = "0.7.2"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
slog-json = { version = "2.3.0", features = ["nested-values"] }
|
||||
slog-scope = "4.1.2"
|
||||
take_mut = "0.2.2"
|
||||
void = "1.0.2"
|
||||
tracing = "0.1.10"
|
||||
tracing-subscriber = "0.2.13"
|
||||
serde_json = "1.0.41"
|
||||
sp-utils = { version = "2.0.0", path = "../../primitives/utils" }
|
||||
chrono = "0.4.19"
|
||||
|
||||
Reference in New Issue
Block a user