use smol for client

This commit is contained in:
Pascal Engélibert 2026-03-08 10:56:34 +01:00
commit 9c70eea4f1
5 changed files with 608 additions and 468 deletions

View file

@ -11,7 +11,6 @@ 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"
@ -19,6 +18,8 @@ simplelog = "0.12.2"
trillium = "0.2.20"
trillium-askama = "0.3.2"
trillium-caching-headers = "0.2.3"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-native-tls = "0.4.0"
trillium-router = "0.4.1"
trillium-smol = "0.4.2"
#trillium-static-compiled = "0.5.2"