website/Cargo.toml

18 lines
359 B
TOML

[package]
name = "website"
version = "0.3.0"
authors = ["glyph <glyph@mycelial.technology>"]
edition = "2018"
description = "glyph's personal website, html splicer and rss generator"
repository = "https://git.coopcloud.tech/glyph/website"
[dependencies]
regex = "1"
rss = "1"
# optimize for size
[profile.release]
lto = true
opt-level = "z"
panic = "abort"