minify-html/cli/Cargo.toml

12 lines
296 B
TOML

[package]
publish = false
name = "minify-html-cli"
description = "Extremely fast and smart HTML + JS + CSS minifier"
version = "0.6.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
structopt = "0.3"