1
Fork 0
mirror of https://github.com/thegeneralist01/p2p-failover synced 2026-01-10 15:20:29 +01:00

use anyhow for errors

This commit is contained in:
TheGeneralist 2025-03-23 21:21:10 +01:00
parent ee83a166ce
commit 5b4bc54c1f
No known key found for this signature in database
GPG key ID: C391D4D52D630F45
4 changed files with 43 additions and 45 deletions

5
Cargo.lock generated
View file

@ -43,9 +43,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.95"
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[package]]
name = "atomic-waker"
@ -879,6 +879,7 @@ dependencies = [
name = "p2p-failover"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"dateparser",
"notify",