lyweb 0.1.1

Simple templating library designed for personal websites
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lyweb"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Simple templating library designed for personal websites"
repository = "https://github.com/Denendaden/lyweb"
readme = "README.md"
keywords = ["web", "template"]
categories = ["template-engine", "web-programming", "parsing"]

[dependencies]
markdown = "1.0.0"
regex = "1.11.1"