feat: add periodic image saving

This commit is contained in:
Noa Aarts 2024-10-11 16:05:16 +02:00
parent 6da19152ca
commit 0502f3dacb
Signed by: noa
GPG key ID: 1850932741EFF672
6 changed files with 1085 additions and 6 deletions

View file

@ -7,6 +7,8 @@ edition = "2021"
async-trait = "0.1.83"
atoi_radix10 = "0.0.1"
bytes = "1.6.0"
chrono = "0.4.38"
image = "0.25.2"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"