10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
publish = false
|
|
name = "minify-html-fuzz-target"
|
|
version = "0.0.1"
|
|
authors = ["Wilson Lin <code@wilsonl.in>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
afl = "0.10.0"
|
|
minify-html = { path = "../rust/main" }
|