Files
h2/tests/h2-fuzz/Cargo.toml
2022-02-11 09:21:28 -08:00

16 lines
365 B
TOML

[package]
name = "h2-fuzz"
version = "0.0.0"
publish = false
license = "MIT"
edition = "2018"
[dependencies]
h2 = { path = "../.." }
env_logger = { version = "0.9", default-features = false }
futures = { version = "0.3", default-features = false, features = ["std"] }
honggfuzz = "0.5"
http = "0.2"
tokio = { version = "1", features = [ "full" ] }