1
Fork 0
mirror of https://github.com/thegeneralist01/p2p-failover synced 2026-01-11 15:40: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

View file

@ -11,3 +11,4 @@ serde_yaml = "0.9"
reqwest = "0.12.12"
tokio = { version = "=1.40.0", features = ["full"] }
notify = "8.0.0"
anyhow = "1.0.97"