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:
parent
ee83a166ce
commit
5b4bc54c1f
4 changed files with 43 additions and 45 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue