From 4ca3c83d447fbf86a4f21d841a107cb28a64658e Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 13 Mar 2025 11:06:23 +0300 Subject: WIP: RSS feed generator Some people are old-fashioned, and RSS feeds can be consumed even by laypeople unfamiliar with microformats2. This does violate DRY at first glance, but since the feeds are dynamically generated it's not repetition but rather format conversion, and as such does not violate DRY per se. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bf14ded..29bd75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,6 +147,7 @@ redis = { version = "0.27.6", features = ["aio", "tokio-comp"], optional = true relative-path = "1.9.3" reqwest = { version = "0.12.12", default-features = false, features = ["gzip", "brotli", "json", "stream"] } reqwest-middleware = "0.4.0" +rss = { version = "2.0.11", features = ["mime", "serde"] } serde = { workspace = true } serde_json = { workspace = true } serde_urlencoded = { workspace = true } -- cgit 1.4.1