Files
h2/tests/h2-support/Cargo.toml
Igor Gnatenko 45c4e0336f chore: Update string to 0.2 (#363)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-05-31 09:19:20 -07:00

16 lines
287 B
TOML

[package]
name = "h2-support"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
[dependencies]
h2 = { path = "../..", features = ["unstable"] }
bytes = "0.4.7"
env_logger = "0.5.9"
futures = "0.1.21"
http = "0.1.5"
string = "0.2"
tokio-io = "0.1.6"
tokio-timer = "0.1.2"