blindforge/Cargo.toml
2026-03-03 15:15:18 +01:00

24 lines
603 B
TOML

[package]
name = "blindforge"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.12.1"
base64-turbo = "0.1.3"
#flate2 = "1.1.8"
form_urlencoded = "1.2.2"
giallo = { version = "0.3.1", features = ["dump"] }
log = "0.4.29"
rand = "0.9.2"
reqwest = { version = "0.13.1", default-features = false, features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
simplelog = "0.12.2"
#tar = "0.4.44"
trillium = "0.2.20"
trillium-askama = "0.3.2"
trillium-caching-headers = "0.2.3"
trillium-router = "0.4.1"
trillium-smol = "0.4.2"
#trillium-static-compiled = "0.5.2"