feat(server): working friend page

This commit is contained in:
Maieul BOYER 2026-02-08 23:34:44 +01:00
parent 83433186f3
commit 0b17c760cb
Signed by: maix
SSH key fingerprint: SHA256:iqCzqFFF5KjRixmDExqbAltCIj9ndlBWIGJf3t9Ln9g
2126 changed files with 35620 additions and 42 deletions

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { version = "0.8.8", features = ["macros"] }
axum-extra = { version = "0.12.5", features = ["routing"] }
tower-http = {version = "0.6.2", features = ["trace"] }
tower-http = { version = "0.6.2", features = ["fs", "trace"] }
tracing-subscriber = { version = "0.3.19", features=["env-filter"] }
serde = { workspace = true }
smol_str = { workspace = true }
@ -18,3 +18,6 @@ log = {workspace = true }
froxy-templates = { workspace = true }
froxy-scraper = { workspace = true }
color-eyre = "0.6.5"
cached = { version = "0.56.0", features = ["async", "async_tokio_rt_multi_thread"] }
rustc-hash = "2.1.1"