1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-15 05:06:39 +00:00
zine/Cargo.toml
2025-05-19 19:26:44 -06:00

29 lines
548 B
TOML

[package]
name = "the_biggs_brief"
description = "Blogroll of RSS feeds I enjoy in the form of a newspaper."
version = "0.5.0"
edition = "2021"
authors = ["Anson Biggs"]
homepage = "https://zine.ansonbiggs.com"
license = "MIT"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
feed-rs = "2.1"
html-escape = "0.2"
log = "0.4"
maud = "0.27"
rand = "0.9"
rayon = "1.8"
regex = "1.11"
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2.0"
scraper = "0.23"
simple_logger = "5.0"
time = "0.3"
url = "2.5"
[dev-dependencies]
clippy = "0.0.302"