Fix minify-html-common

This commit is contained in:
Wilson Lin 2021-08-08 18:03:34 +10:00
parent 6ebecd1364
commit b47c730d86
2 changed files with 11 additions and 0 deletions

View File

@ -2,3 +2,13 @@
name = "minify-html-common"
publish = false
version = "0.0.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
homepage = "https://github.com/wilsonzlin/minify-html"
repository = "https://github.com/wilsonzlin/minify-html.git"
edition = "2018"
include = ["/src/**/*", "/Cargo.toml"]
[dependencies]
aho-corasick = "0.7"
lazy_static = "1.4"
memchr = "2"

View File

@ -1,3 +1,4 @@
pub mod gen;
pub mod pattern;
pub mod spec;
pub mod whitespace;