mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 18:47:59 +00:00
0181833f89
* Randomly fuzz the PSM * Fix test * Run it moar
21 lines
445 B
TOML
21 lines
445 B
TOML
[package]
|
|
description = "Connectivity manager based on reputation"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "substrate-peerset"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
libp2p = { version = "0.7.0", default-features = false }
|
|
linked-hash-map = "0.5"
|
|
log = "0.4"
|
|
lru-cache = "0.1.2"
|
|
serde_json = "1.0.24"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.6"
|
|
tokio = "0.1"
|