implement user pages + ui
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-12 03:58:16 +01:00
parent 67c31725c1
commit 3fabc91438
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 1021 additions and 264 deletions

View file

@ -5,8 +5,13 @@ edition = "2024"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based", features = ["htmx"]}
bytesize = "1.3.0"
chrono = "0.4.39"
env_logger = "0.11.6"
log = "0.4.22"
maud = "0.26.0"
rocket = "0.5.1"
serde_json = "1.0.134"
sqlx = "0.8.2"
tar = "0.4.43"
zstd = "0.13.2"