xhtml_minimizer 0.1.4

Minimize XHTML files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "xhtml_minimizer"
version = "0.1.4"
authors = ["Daniel J. R. May <daniel.may@danieljrmay.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
description="Minimize XHTML files."
repository = "https://gitlab.com/danieljrmay/xhtml_minimizer"

[dependencies]
xml_tokens = "0.1.4"

[[bin]]
name = "xhtml-minimizer"
path = "src/bin/xhtml-minimizer.rs"