minify-html/cli/Cargo.toml

14 lines
304 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"
2022-06-22 00:04:44 -04:00
version = "0.9.2"
2020-06-18 19:54:56 -04:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2022-06-21 03:29:12 -04:00
minify-html = { path = "../rust/main" }
2022-06-22 00:03:19 -04:00
num_cpus = "1.13.1"
spmc = "0.3.0"
structopt = "0.3"