mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
c11afbee22
* Remove peerset debug output test We should not test debug output, especially when it can change. * Update lock file
16 lines
397 B
TOML
16 lines
397 B
TOML
[package]
|
|
description = "Connectivity manager based on reputation"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "substrate-peerset"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
libp2p = { version = "0.6.0", default-features = false }
|
|
linked-hash-map = "0.5"
|
|
log = "0.4"
|
|
lru-cache = "0.1.2"
|
|
serde_json = "1.0.24" |