forked from gorb/backend
feat: user avatars
This commit is contained in:
parent
d6364a0dc0
commit
97072d54d1
4 changed files with 65 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue