rustsite 0.1.0

Static site generator for rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Jack Clayton"]
description = "Static site generator for rust"
documentation = "https://rustnote.com"
edition = "2018"
homepage = "https://rustnote.com"
license = "MIT"
name = "rustsite"
readme = "README.md"
repository = "https://github.com/rustnote/rustsite"
version = "0.1.0"