minify-html/rust/common/Cargo.toml

15 lines
357 B
TOML
Raw Normal View History

2021-08-08 03:58:10 -04:00
[package]
name = "minify-html-common"
publish = false
version = "0.0.1"
2021-08-08 04:03:34 -04:00
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"