mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
3f06fe32f3
* Update to libp2p master * Fix tests * More tests fixing
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.7.0", default-features = false }
|
|
linked-hash-map = "0.5"
|
|
log = "0.4"
|
|
lru-cache = "0.1.2"
|
|
serde_json = "1.0.24" |