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

Add Archive Posts

This commit is contained in:
2024-05-15 04:44:27 +00:00
parent 61d8acbb9d
commit 4c82106817
9 changed files with 172 additions and 85 deletions

5
Cargo.lock generated
View File

@@ -27,6 +27,7 @@ dependencies = [
"feed-rs",
"log",
"maud",
"rand",
"rayon",
"reqwest",
"rss",
@@ -1610,9 +1611,9 @@ dependencies = [
[[package]]
name = "simple_logger"
version = "4.3.3"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
dependencies = [
"colored",
"log",