mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 18:37:59 +00:00
eab3624096
* Release 0.7.30 * Update Substrate & libp2p
34 lines
1.5 KiB
TOML
34 lines
1.5 KiB
TOML
[package]
|
|
name = "polkadot-network"
|
|
version = "0.7.30"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot-specific networking protocol"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
arrayvec = "0.4.12"
|
|
bytes = "0.5"
|
|
parking_lot = "0.9.0"
|
|
derive_more = "0.14.1"
|
|
av_store = { package = "polkadot-availability-store", path = "../availability-store" }
|
|
polkadot-validation = { path = "../validation" }
|
|
polkadot-primitives = { path = "../primitives" }
|
|
polkadot-erasure-coding = { path = "../erasure-coding" }
|
|
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-network-gossip = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
futures = "0.3.4"
|
|
log = "0.4.8"
|
|
exit-future = "0.2.0"
|
|
futures-timer = "2.0"
|
|
sc-client = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
wasm-timer = "0.2.4"
|
|
|
|
[dev-dependencies]
|
|
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
|