Cargo.toml 543 Bytes
Newer Older
1
[package]
2
name = "polkadot-node-core-bitfield-signing"
3
version = "0.1.0"
4
authors = ["Parity Technologies <admin@parity.io>"]
5
6
7
edition = "2018"

[dependencies]
8
futures = "0.3.8"
9
tracing = "0.1.22"
10
tracing-futures = "0.2.4"
11
12
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
13
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
asynchronous rob's avatar
asynchronous rob committed
14
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
15
16
wasm-timer = "0.2.5"
thiserror = "1.0.22"