mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 13:31:04 +00:00
789017cc76
* chore: version bump to 0.9.9 * bump from 0.9.0 to 0.9.9
31 lines
1.1 KiB
TOML
31 lines
1.1 KiB
TOML
[package]
|
|
name = "polkadot-overseer"
|
|
version = "0.9.9"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.42"
|
|
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
futures = "0.3.15"
|
|
futures-timer = "3.0.2"
|
|
parking_lot = "0.11.1"
|
|
polkadot-node-network-protocol = { path = "../network/protocol" }
|
|
polkadot-node-primitives = { path = "../primitives" }
|
|
polkadot-node-subsystem-types = { path = "../subsystem-types" }
|
|
polkadot-node-metrics = { path = "../metrics" }
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
polkadot-overseer-gen = { path = "./overseer-gen" }
|
|
polkadot-overseer-all-subsystems-gen = { path = "./all-subsystems-gen" }
|
|
tracing = "0.1.26"
|
|
lru = "0.6"
|
|
|
|
[dev-dependencies]
|
|
metered-channel = { path = "../metered-channel" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
futures = { version = "0.3.15", features = ["thread-pool"] }
|
|
femme = "2.1.1"
|
|
kv-log-macro = "1.0.7"
|
|
assert_matches = "1.4.0"
|