feat: user avatars

This commit is contained in:
Radical 2025-05-23 20:33:58 +02:00
parent d6364a0dc0
commit 97072d54d1
4 changed files with 65 additions and 13 deletions

View file

@ -36,6 +36,7 @@ diesel = { version = "2.2", features = ["uuid"] }
diesel-async = { version = "0.5", features = ["deadpool", "postgres", "async-connection-wrapper"] }
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
thiserror = "2.0.12"
actix-multipart = "0.7.2"
[dependencies.tokio]
version = "1.44"