website/Cargo.toml

18 lines
329 B
TOML
Raw Permalink Normal View History

2020-05-08 17:22:06 +00:00
[package]
2021-11-21 14:02:02 +00:00
name = "nyf"
2021-11-23 18:35:43 +00:00
version = "0.4.0"
2020-06-10 18:58:43 +00:00
authors = ["glyph <glyph@mycelial.technology>"]
2020-05-08 17:22:06 +00:00
edition = "2018"
2021-11-21 14:02:02 +00:00
description = "html splicer and rss generator"
2021-11-21 13:54:30 +00:00
repository = "https://git.coopcloud.tech/glyph/website"
2020-05-08 17:22:06 +00:00
[dependencies]
2020-06-17 16:53:13 +00:00
regex = "1"
rss = "1"
2021-11-21 13:54:30 +00:00
# optimize for size
[profile.release]
lto = true
opt-level = "z"
panic = "abort"