minify-html/cli/Cargo.toml

12 lines
296 B
TOML
Raw Normal View History

2020-06-18 19:54:56 -04:00
[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify-html-cli"
2021-01-07 09:58:31 -05:00
description = "Extremely fast and smart HTML + JS + CSS minifier"
2021-08-07 23:01:44 -04:00
version = "0.6.0"
2020-06-18 19:54:56 -04:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2021-08-08 03:40:42 -04:00
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
structopt = "0.3"