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

Refactor and clean up codebase

This commit is contained in:
2024-07-01 22:46:59 -06:00
parent fcd4248a3c
commit 2725245393
4 changed files with 127 additions and 87 deletions

View File

@@ -8,17 +8,20 @@ homepage = "https://zine.ansonbiggs.com"
license = "MIT"
[dependencies]
feed-rs = "2.0"
reqwest = { version = "0.12", features = ["blocking"] }
maud = "0.26"
chrono = "0.4"
scraper = "0.19"
rayon = "1.8"
simple_logger = "5.0"
log = "0.4"
rss = "2.0"
anyhow = "1.0"
chrono = "0.4"
feed-rs = "2.0"
html-escape = "0.2"
log = "0.4"
maud = "0.26"
rand = "0.8"
rayon = "1.8"
regex = "1.5"
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2.0"
scraper = "0.19"
simple_logger = "5.0"
url = "2.4"
[dev-dependencies]
clippy = "0.0.302"