Files
pezkuwi-subxt/polkadot/node/metered-channel/Cargo.toml
T
2021-01-13 17:40:27 +01:00

15 lines
331 B
TOML

[package]
name = "metered-channel"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
description = "Channels with attached Meters"
[dependencies]
futures = "0.3.8"
futures-timer = "3.0.2"
[dev-dependencies]
assert_matches = "1.4.0"
futures = { version = "0.3.8", features = ["thread-pool"] }