1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-15 21:26:38 +00:00
zine/Cargo.toml
2024-07-27 11:22:54 -06:00

29 lines
553 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]
anyhow = "1.0"
chrono = "0.4"
feed-rs = "2.0"
html-escape = "0.2"
log = "0.4"
maud = "0.26"
rand = "0.8"
rayon = "1.8"
regex = "1.5"
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2.0"
scraper = "0.19"
simple_logger = "5.0"
time = "0.3.36"
url = "2.4"
[dev-dependencies]
clippy = "0.0.302"