Cargo.toml 1.07 KiB
Newer Older
[package]
name = "polkadot-network-bridge"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
async-trait = "0.1.42"
futures = "0.3.8"
tracing = "0.1.22"
tracing-futures = "0.2.4"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
asynchronous rob's avatar
asynchronous rob committed
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
polkadot-node-network-protocol = { path = "../protocol" }

[dev-dependencies]
assert_matches = "1.4.0"
parking_lot = "0.11.1"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
asynchronous rob's avatar
asynchronous rob committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }