1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-27 00:31:23 +00:00

Clean up some language, bump dependencies, and add new blogs

This commit is contained in:
2024-11-02 20:27:05 -06:00
parent 7af1de7ef6
commit caa0100e26
4 changed files with 70 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aggregate_rss_zine"
name = "the_biggs_brief"
description = "Blogroll of RSS feeds I enjoy in the form of a newspaper."
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Anson Biggs"]
homepage = "https://zine.ansonbiggs.com"
@@ -16,10 +16,10 @@ log = "0.4"
maud = "0.26"
rand = "0.8"
rayon = "1.8"
regex = "1.10"
regex = "1.11"
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2.0"
scraper = "0.20"
scraper = "0.21"
simple_logger = "5.0"
time = "0.3.36"
url = "2.5"