mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
dcda0e50f5
* Fix build profiles Closes https://github.com/paritytech/polkadot-sdk/issues/1155 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manually set version to 1.0.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use workspace repo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * 'Authors and Edition from workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[package]
|
|
name = "polkadot-approval-distribution"
|
|
version = "1.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
polkadot-node-metrics = { path = "../../metrics" }
|
|
polkadot-node-network-protocol = { path = "../protocol" }
|
|
polkadot-node-primitives = { path = "../../primitives" }
|
|
polkadot-node-subsystem = { path = "../../subsystem" }
|
|
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
polkadot-node-jaeger = { path = "../../jaeger" }
|
|
rand = "0.8"
|
|
|
|
futures = "0.3.21"
|
|
futures-timer = "3.0.2"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
|
|
[dev-dependencies]
|
|
sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" }
|
|
sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] }
|
|
|
|
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
|
polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }
|
|
|
|
assert_matches = "1.4.0"
|
|
schnorrkel = { version = "0.9.1", default-features = false }
|
|
rand_core = "0.5.1" # should match schnorrkel
|
|
rand_chacha = "0.3.1"
|
|
env_logger = "0.9.0"
|
|
log = "0.4.17"
|