main: Add a randomized delay before fetching feeds

This commit is contained in:
2024-11-26 21:34:21 +00:00
parent 24d824f759
commit 6dddbfb1e9
3 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@ license = "GPL-3.0-or-later"
authors = ["mirsal <mirsal@mirsal.fr>"]
[dependencies]
rand = "0.8"
serde = "1.0"
anyhow = "1.0"
chrono = "0.4"