Add img protection

This commit is contained in:
Rémi BERTHO 2023-12-14 13:43:33 +01:00
parent 1681188214
commit 90d0eacca6
Signed by: dalan
GPG key ID: EE3B917931C07B64
3 changed files with 294 additions and 189 deletions

View file

@ -13,4 +13,6 @@ rust-embed = "8"
directories = "5"
clap = "4"
warp = "0.3"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
portpicker = "0.1"
rand = "0.8"