Routing WiP

This commit is contained in:
Pascal Engélibert 2026-01-31 20:43:08 +01:00
commit a2bd5eb869
6 changed files with 588 additions and 2 deletions

View file

@ -6,9 +6,14 @@ edition = "2024"
[dependencies]
base64-turbo = "0.1.3"
#flate2 = "1.1.8"
form_urlencoded = "1.2.2"
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"
#tar = "0.4.44"
trillium = "0.2.20"
trillium-caching-headers = "0.2.3"
trillium-router = "0.4.1"
trillium-smol = "0.4.2"
trillium-static-compiled = "0.5.2"