minify-html/bench/runners/minify-html-onepass/Cargo.toml

12 lines
316 B
TOML

[package]
name = "minify-html-onepass-bench"
publish = false
version = "0.0.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
minify-html-onepass = { path = "../../../rust/onepass", features = ["js-esbuild"] }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.44"