mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
9ae3082ef0
* Update to libp2p 0.9 * Fix browser-WASM
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.9.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"
|