cuach 0.9.0

A HTML template system for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cuach"
description = "A HTML template system for Rust"
repository = "https://nest.pijul.org/pmeunier/cuach"
documentation = "https://docs.rs/cuach"
license = "MIT/Apache-2.0"
version = "0.9.0"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
edition = "2018"
include = [ "/README.md", "/Cargo.toml", "/src/lib.rs" ]

[dependencies]
cuach-derive = { path = "../cuach-derive", version = "0.6.0" }
uuid = "1.2"
v_htmlescape = "0.15"