feat: add periodic image saving
This commit is contained in:
parent
6da19152ca
commit
0502f3dacb
6 changed files with 1085 additions and 6 deletions
|
|
@ -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 = "*"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue