mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +00:00
4da48dd9f5
* Update dependencies, respecting semver * Bump dependencies * Don’t patch tiny-bip39 dependency
20 lines
457 B
TOML
20 lines
457 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-preview = "0.3.0-alpha.19"
|
|
libp2p = { version = "0.12.0", default-features = false }
|
|
linked-hash-map = "0.5.2"
|
|
log = "0.4.8"
|
|
lru-cache = "0.1.2"
|
|
serde_json = "1.0.41"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.7.2"
|