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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user