1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-26 16:21:22 +00:00

make code more robust to errors

This commit is contained in:
2024-04-13 20:30:17 +00:00
parent 0bbe9b2805
commit a02b877e5c
3 changed files with 27 additions and 11 deletions

7
Cargo.lock generated
View File

@@ -21,6 +21,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
name = "aggregate_rss_zine"
version = "0.3.0"
dependencies = [
"anyhow",
"chrono",
"clippy",
"feed-rs",
@@ -70,6 +71,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "arrayref"
version = "0.3.7"