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

Change to idiomatic name

This commit is contained in:
2024-02-16 20:33:40 -07:00
parent c798e94265
commit 35e7df7630
2 changed files with 13 additions and 13 deletions

24
Cargo.lock generated
View File

@@ -2,18 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "Ansons-Zine"
version = "0.2.0"
dependencies = [
"chrono",
"feed-rs",
"maud",
"rayon",
"reqwest",
"scraper",
]
[[package]]
name = "addr2line"
version = "0.21.0"
@@ -29,6 +17,18 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aggregate_rss_zine"
version = "0.2.0"
dependencies = [
"chrono",
"feed-rs",
"maud",
"rayon",
"reqwest",
"scraper",
]
[[package]]
name = "ahash"
version = "0.8.7"