no cache option

This commit is contained in:
JMARyA 2024-04-10 10:24:56 +02:00
parent 8dd8bc8033
commit 50f9852cc9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 32 additions and 13 deletions

View file

@ -7,6 +7,8 @@ edition = "2021"
actix-files = "0.6.5"
actix-web = "4.5.1"
env_logger = "0.11.3"
log = "0.4.21"
regex = "1.10.4"
reqwest = "0.12.3"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.12"