minify-html/cli/Cargo.toml

11 lines
222 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"
2020-07-27 04:13:10 -04:00
version = "0.3.3"
2020-06-18 19:54:56 -04:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2020-07-11 11:29:34 -04:00
minify-html = { path = "..", features = ["js-esbuild"] }
2020-06-18 19:54:56 -04:00
structopt = "0.3.5"