Files
h2/tests/h2-tests/Cargo.toml
2019-01-11 22:41:35 -08:00

13 lines
214 B
TOML

[package]
name = "h2-tests"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
[dependencies]
[dev-dependencies]
h2-support = { path = "../h2-support" }
log = "0.4.1"
tokio = "0.1.8"