mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-25 16:31:18 +00:00
778bf0256f
* change NetworkState from string to json in telemetry
20 lines
522 B
TOML
20 lines
522 B
TOML
[package]
|
|
name = "substrate-telemetry"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Telemetry utils"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.7.1"
|
|
lazy_static = "1.0"
|
|
log = "0.4"
|
|
rand = "0.6"
|
|
serde = "1.0.81"
|
|
serde_derive = "1.0"
|
|
slog = { version = "^2", features = ["nested-values"] }
|
|
slog-json = { version = "^2", features = ["nested-values"] }
|
|
slog-async = { version = "^2", features = ["nested-values"] }
|
|
slog-scope = "^4"
|
|
ws = { version = "^0.7", features = ["ssl"] }
|