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

Clean up code

This commit is contained in:
2024-12-10 21:32:01 -07:00
parent 3323b8a989
commit b54d1d339d
5 changed files with 164 additions and 192 deletions

View File

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