mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
7c7b02ece0
* Initial commit Forked at:1ed17cd467Parent branch: origin/master * Refactor * Refactor * Remove macro * WIP Forked at:1ed17cd467Parent branch: origin/master * CLEANUP Forked at:1ed17cd467Parent branch: origin/master * small fix * fix for browser * Switch branch * Rewrite service builds * Update branch * Fix sp-core branch * Switch branch back and update Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
30 lines
1.1 KiB
TOML
30 lines
1.1 KiB
TOML
[package]
|
|
name = "polkadot-availability-bitfield-distribution"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.5"
|
|
futures-timer = "3.0.2"
|
|
log = "0.4.8"
|
|
streamunordered = "0.5.1"
|
|
codec = { package="parity-scale-codec", version = "1.3.0" }
|
|
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
|
|
polkadot-network-bridge = { path = "../../network/bridge" }
|
|
polkadot-network = { path = "../../../network" }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
[dev-dependencies]
|
|
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = [ "test-helpers" ] }
|
|
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
parking_lot = "0.10.0"
|
|
maplit = "1.0.2"
|
|
smol = "0.2.0"
|
|
smol-timeout = "0.1.0"
|
|
env_logger = "0.7.1"
|
|
assert_matches = "1.3.0"
|