Ready to implement photos management

This commit is contained in:
2023-08-05 19:15:52 +02:00
parent 4cd7519890
commit 02da973dd8
11 changed files with 195 additions and 20 deletions

View File

@ -13,11 +13,12 @@ lazy_static = "1.4.0"
anyhow = "1.0.71"
actix-web = "4.3.1"
actix-cors = "0.6.4"
actix-multipart = "0.6.0"
actix-remote-ip = "0.1.0"
futures-util = "0.3.28"
diesel = { version = "2.0.4", features = ["postgres"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
actix-remote-ip = "0.1.0"
mailchecker = "5.0.9"
redis = "0.23.0"
lettre = "0.10.4"
@ -27,4 +28,4 @@ light-openid = "1.0.1"
thiserror = "1.0.40"
serde_with = "3.1.0"
rust_iso3166 = "0.1.10"
rust-s3 = "0.33.0"
rust-s3 = "0.33.0"