Fetching data with channels

This commit is contained in:
Julia Lange 2026-01-20 11:37:00 -08:00
parent f42e558db9
commit 22871f5789
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 225 additions and 37 deletions

View file

@ -9,3 +9,4 @@ 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"