mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
9fc4e16eff
* Bump spec_version to 9260 * Version bump to v0.9.26
34 lines
1.5 KiB
TOML
34 lines
1.5 KiB
TOML
[package]
|
|
name = "polkadot-availability-distribution"
|
|
version = "0.9.26"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
parity-scale-codec = { version = "3.1.5", features = ["std"] }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
|
polkadot-node-network-protocol = { path = "../../network/protocol" }
|
|
polkadot-node-subsystem = { path = "../../subsystem" }
|
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
thiserror = "1.0.31"
|
|
rand = "0.8.5"
|
|
derive_more = "0.99.17"
|
|
lru = "0.7.7"
|
|
fatality = "0.0.6"
|
|
|
|
[dev-dependencies]
|
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
|
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
futures-timer = "3.0.2"
|
|
assert_matches = "1.4.0"
|
|
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }
|