mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
21 lines
457 B
TOML
21 lines
457 B
TOML
[package]
|
|
description = "Connectivity manager based on reputation"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "substrate-peerset"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
fnv = "1.0"
|
|
futures = "0.1"
|
|
libp2p = { version = "0.6.0", default-features = false }
|
|
log = "0.4"
|
|
parking_lot = "0.7"
|
|
rand = "0.6"
|
|
serde = "1.0.70"
|
|
serde_derive = "1.0.70"
|
|
serde_json = "1.0.24"
|
|
tokio-io = "0.1"
|