implement index file builder

This commit is contained in:
yggverse 2025-02-11 23:34:57 +02:00
parent 120876fef3
commit 4d4c78a4fc
3 changed files with 128 additions and 60 deletions

View file

@ -14,3 +14,4 @@ chrono = "0.4.39"
clap = { version = "4.5.28", features = ["derive"] }
reqwest = { version = "0.12.12", features = ["blocking"] }
rss = "2.0.11"
url = "2.5.4"