minify-html/Cargo.toml

11 lines
213 B
TOML
Raw Normal View History

2019-12-15 03:37:53 -05:00
[package]
name = "hyperbuild"
version = "0.0.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
phf = { version = "0.8.0", features = ["macros"] }
2019-12-25 04:44:51 -05:00
cascade = "0.1.4"
structopt = "0.3.5"