minify-html/fuzz/Cargo.toml

11 lines
208 B
TOML
Raw Permalink Normal View History

[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify-html-fuzz-target"
version = "0.0.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2021-04-14 11:19:19 -04:00
afl = "0.10.0"
2021-08-08 03:40:42 -04:00
minify-html = { path = "../rust/main" }