feat(server): started friend & reworked deps

This commit is contained in:
Maieul BOYER 2026-02-08 19:35:09 +01:00
parent bd8135e2ad
commit 83433186f3
Signed by: maix
SSH key fingerprint: SHA256:iqCzqFFF5KjRixmDExqbAltCIj9ndlBWIGJf3t9Ln9g
7 changed files with 328 additions and 7 deletions

View file

@ -6,3 +6,10 @@ resolver = "3"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
smol_str = { version = "0.3.5", features = ["serde"] }
minijinja = "2.15.1"
tracing = "0.1.41"
log = "0.4.29"
froxy-templates = { path = "./templates" }
froxy-scraper = { path = "./scraper" }