minify-html/cli/Cargo.toml

11 lines
185 B
TOML
Raw Normal View History

2020-06-18 19:54:56 -04:00
[package]
name = "hyperbuild-cli"
publish = false
2020-07-10 15:53:05 -04:00
version = "0.2.2"
2020-06-18 19:54:56 -04:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2020-07-10 15:53:05 -04:00
hyperbuild = "0.2.2"
2020-06-18 19:54:56 -04:00
structopt = "0.3.5"