fetch, create fetch mod and AdapterClient

Creates a fetch mod for fetching remote rss content.

This implementation is barebones and not great since it doesn't pass any
compression or timestamp information.
This commit is contained in:
Julia Lange 2026-02-06 13:18:26 -08:00
parent 55c3e967bc
commit 4467690ff1
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 288 additions and 1 deletions

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
reqwest = "0.13.1"
rss = "2.0.12"
tokio = { version = "1.49.0", features = ["full"] }
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "sqlite" ] }
chrono = "0.4.43"