1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-16 05:26:40 +00:00
zine/Cargo.toml
2024-03-01 01:09:20 -07:00

21 lines
532 B
TOML

[package]
name = "aggregate_rss_zine"
description = "Aggregate feed of RSS feeds I enjoy in the form of a newspaper."
version = "0.2.0"
edition = "2021"
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.0"
reqwest = { version = "0.11.24", features = ["blocking"] }
maud = "0.26.0"
chrono = "0.4.33"
scraper = "0.19.0"
rayon = "1.8.1"
simple_logger = "4.3.3"
log = "0.4"