rough 0.2.0

A very simple and opinionated static site generator.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rough"
version = "0.2.0"
edition = "2021"
authors = ["Artemis <me@arty.li>"]
readme = "README.md"
repository = "https://github.com/Artemis21/rough"
license = "MIT"
description = "A very simple and opinionated static site generator."

[dependencies]
pulldown-cmark = "0.9"
tera = "1"
serde_yaml = "0.8"