minify-html/fuzz/process/Cargo.toml

9 lines
181 B
TOML
Raw Normal View History

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