added rss generator

This commit is contained in:
2024-12-10 14:06:22 -05:00
parent ae86f86339
commit 637f0b47dd
6 changed files with 190 additions and 3 deletions

View File

@ -7,7 +7,7 @@ authors = ["Wyatt J. Miller <wyatt@wyattjmiller.com"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.6"
axum = { version = "0.7.6", features = ["http2", "tokio"] }
tower-http = { version = "0.6.1", features = ["trace", "cors"] }
tower_governor = "0.4.2"
tokio = { version = "1.40.0", features = ["full"] }
@ -23,3 +23,4 @@ dotenvy = "0.15.7"
serde = "1.0.210"
serde_json = "1.0.128"
chrono = "0.4.38"
xml = "0.8.20"