fixed some components, mainly implemented safety, and implemented a great error page!
All checks were successful
Compile to Binary / build-linux (push) Successful in 55s
Compile to Binary / build-linux-musl (push) Successful in 1m9s
Compile to Binary / build-windows (push) Successful in 1m33s

This commit is contained in:
2026-03-17 17:05:21 +01:00
parent a671182b07
commit b6e8ae4ca8
6 changed files with 131 additions and 43 deletions

View File

@@ -7,8 +7,10 @@ edition = "2024"
[dependencies]
logger-rust = "0.2.12"
mime_guess = "2.0.5"
serde = { version = "1.0.228", features = ["derive"]}
threadpool = "1.8.1"
tiny_http = "0.12.0"
tinytemplate = "1.2.1"
[profile.release]
opt-level = "z"