Include fuzz testing setup (#274)
This commit is contained in:
14
tests/h2-fuzz/Cargo.toml
Normal file
14
tests/h2-fuzz/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "h2-fuzz"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
h2 = { path = "../.." }
|
||||
|
||||
env_logger = { version = "0.5.3", default-features = false }
|
||||
futures = "0.1.21"
|
||||
honggfuzz = "0.5"
|
||||
http = "0.1.3"
|
||||
tokio-io = "0.1.4"
|
||||
Reference in New Issue
Block a user