1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-29 17:51:29 +00:00
Files
output
src
tests
.gitignore
.gitlab-ci.yml
Cargo.lock
Cargo.toml
LICENSE
README.md
featured_feeds.txt
feeds.txt
quarantine.txt
zine/Cargo.toml
2024-04-28 18:42:05 +00:00

24 lines
478 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 = "4.3"
log = "0.4"
rss = "2.0"
anyhow = "1.0"
[dev-dependencies]
clippy = "0.0.302"