html2maud 0.1.2

html2maud is a library / cli to convert html to maud template code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "html2maud"
version = "0.1.2"
edition = "2021"
readme = "../Readme.md"
description = "html2maud is a library / cli to convert html to maud template code"
repository = "https://github.com/grayfallstown/html2maud"
license = "MIT OR Apache-2.0"
keywords = ["maud", "html", "template"]
categories = ["command-line-utilities", "development-tools"]

[lib]

[dependencies]
tl = "0.7.7"