sapling/futures-ext/Cargo.toml
Pedro Rittner b00c3540bf rust: convert futures-ext to Rust 2018
Reviewed By: StanislavGlebik

Differential Revision: D13606742

fbshipit-source-id: 1ee7eac624b1217c3edb285727651a0a920ec14f
2019-02-12 08:43:24 -08:00

22 lines
405 B
TOML

[package]
name = "futures-ext"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
edition = "2018"
[dependencies]
bytes = "0.4.8"
failure = "0.1.1"
futures = "0.1.17"
tokio-core = "0.1.17"
tokio-io = "0.1.7"
tokio = "0.1.7"
tokio-threadpool = "0.1.9"
async-unit = { path = "../async-unit" }
netstring = { path = "../netstring" }
[dev-dependencies]
assert_matches = "1.3.0"
quickcheck = "0.6.2"