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

18
Cargo.lock generated
View File

@@ -25,14 +25,17 @@ dependencies = [
"chrono",
"clippy",
"feed-rs",
"html-escape",
"log",
"maud",
"rand",
"rayon",
"regex",
"reqwest",
"rss",
"scraper",
"simple_logger",
"url",
]
[[package]]
@@ -640,6 +643,15 @@ version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "html5ever"
version = "0.26.0"
@@ -1970,6 +1982,12 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
[[package]]
name = "uuid"
version = "1.8.0"