mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 13:48:00 +00:00
eca163ba64
* Bump versionb globally * Rebuild and fix * Rename fixes * Rebuild * Minor fix and code formatting for validator election * Fix tests * More test fixes * Fix several bugs in phragmen elections. * Rebuild, remove pointless closures
20 lines
390 B
TOML
20 lines
390 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 = "^2"
|
|
slog-json = "^2"
|
|
slog-async = "^2"
|
|
slog-scope = "^4"
|
|
ws = { version = "^0.7", features = ["ssl"] }
|