Config TOML, CLI options

This commit is contained in:
Pascal Engélibert 2026-03-14 10:50:03 +01:00
commit da6fb1c3c8
5 changed files with 189 additions and 2 deletions

View file

@ -4,10 +4,17 @@ version = "0.1.0"
edition = "2024"
[dependencies]
# CLI options
argp = "0.4.0"
# Templates
askama = "0.12.1"
base64-turbo = "0.1.3"
# TOML parser
boml = "1.0.2"
#flate2 = "1.1.8"
# request parsing
form_urlencoded = "1.2.2"
# Code highlight
giallo = { version = "0.3.1", features = ["dump"] }
log = "0.4.29"
rand = "0.9.2"
@ -15,6 +22,7 @@ serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
simplelog = "0.12.2"
#tar = "0.4.44"
# Web server
trillium = "0.2.20"
trillium-askama = "0.3.2"
trillium-caching-headers = "0.2.3"