This commit is contained in:
Julia Lange 2026-01-15 15:45:08 -08:00
parent e1cb00f0b1
commit 985f724267
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 875 additions and 7 deletions

View file

@ -8,3 +8,4 @@ axum = "0.8.8"
reqwest = "0.13.1"
rss = "2.0.12"
tokio = { version = "1.49.0", features = ["full"] }
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "sqlite" ] }