Cargo.toml 642 Bytes
Newer Older
Fedor Sakharov's avatar
Fedor Sakharov committed
1
[package]
2
name = "polkadot-overseer"
Fedor Sakharov's avatar
Fedor Sakharov committed
3
4
5
6
7
8
9
10
11
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"
12
polkadot-primitives = { path = "../../primitives" }
Ashley Ruglys's avatar
Ashley Ruglys committed
13
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
14
15
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
async-trait = "0.1"
Fedor Sakharov's avatar
Fedor Sakharov committed
16
17
18
19
20
21
22

[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"