Update and unify app

This commit is contained in:
2024-06-27 22:52:39 +02:00
parent 3c831d5985
commit 7b8106fd02
16 changed files with 217 additions and 902 deletions

View File

@@ -5,7 +5,8 @@ edition = "2021"
[dependencies]
axum = "0.6.20"
axum = { version = "0.7.5", features = ["macros"] }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
qrcode = "0.12.0"
image = "0.23.14"
image = "0.23.14"
maud = { version = "0.26.0", features = ["axum"] }