only fetch on demand
All checks were successful
CI/CD Pipeline / test (push) Successful in 3m47s
CI/CD Pipeline / deploy (push) Successful in 3m37s

This commit is contained in:
Philipp Hofer
2025-10-16 09:15:06 +02:00
parent f941eac386
commit 815590076d
3 changed files with 0 additions and 78 deletions

View File

@@ -9,5 +9,4 @@ tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
serde_json = "1"
chrono = "0.4"
tokio-cron-scheduler = "0.14"
quick-xml = "0.38"