mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-06-15 13:16:39 +00:00
25 lines
491 B
TOML
25 lines
491 B
TOML
[package]
|
|
name = "aggregate_rss_zine"
|
|
description = "Blogroll of RSS feeds I enjoy in the form of a newspaper."
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
authors = ["Anson Biggs"]
|
|
homepage = "https://zine.ansonbiggs.com"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
feed-rs = "1.4"
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
maud = "0.26"
|
|
chrono = "0.4"
|
|
scraper = "0.19"
|
|
rayon = "1.8"
|
|
simple_logger = "5.0"
|
|
log = "0.4"
|
|
rss = "2.0"
|
|
anyhow = "1.0"
|
|
rand = "0.8"
|
|
|
|
[dev-dependencies]
|
|
clippy = "0.0.302"
|