This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/fuzz/Cargo.toml
2021-08-08 17:40:42 +10:00

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" }