This commit is contained in:
2024-06-27 23:38:47 +02:00
parent c4d502903e
commit fe2bb23324
3 changed files with 36 additions and 3 deletions

View File

@@ -10,3 +10,4 @@ tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
qrcode = "0.12.0"
image = "0.23.14"
maud = { version = "0.26.0", features = ["axum"] }
tower-http = { version = "0.5.2", features = ["cors"] }