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/cli/Cargo.toml
Wilson Lin 1fc0fb55a4 0.6.3
2021-08-09 22:22:24 +10:00

11 lines
296 B
TOML

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