mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 10:35:42 +00:00
f25fd672af
* Add block event forwarding into the Overseer * Add a doc comment * Fix a doc comment
21 lines
526 B
TOML
21 lines
526 B
TOML
[package]
|
|
name = "overseer"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.5"
|
|
log = "0.4.8"
|
|
futures-timer = "3.0.2"
|
|
streamunordered = "0.5.1"
|
|
polkadot-primitives = { path = "../primitives" }
|
|
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
[dev-dependencies]
|
|
futures = { version = "0.3.5", features = ["thread-pool"] }
|
|
futures-timer = "3.0.2"
|
|
femme = "2.0.1"
|
|
log = "0.4.8"
|
|
kv-log-macro = "1.0.6"
|