Files
h2/tests/h2-fuzz/Cargo.toml
2019-08-16 18:47:47 -07:00

16 lines
303 B
TOML

[package]
name = "h2-fuzz"
version = "0.0.0"
publish = false
license = "MIT"
edition = "2018"
[dependencies]
h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false }
futures-preview = "0.3.0-alpha.17"
honggfuzz = "0.5"
http = "0.1.3"
tokio = "0.2.0-alpha.1"