mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-26 16:21:22 +00:00
Add RSS feed
This commit is contained in:
@@ -7,8 +7,6 @@ authors = ["Anson Biggs"]
|
||||
homepage = "https://zine.ansonbiggs.com"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
feed-rs = "1.4"
|
||||
reqwest = { version = "0.12", features = ["blocking"] }
|
||||
@@ -18,6 +16,7 @@ scraper = "0.19"
|
||||
rayon = "1.8"
|
||||
simple_logger = "4.3"
|
||||
log = "0.4"
|
||||
rss = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
clippy = "0.0.302"
|
||||
|
Reference in New Issue
Block a user