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

first commit

This commit is contained in:
TheGeneralist 2025-03-23 16:27:28 +01:00
commit ee83a166ce
No known key found for this signature in database
GPG key ID: C391D4D52D630F45
18 changed files with 3098 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "p2p-failover"
version = "0.1.0"
edition = "2021"
[dependencies]
dateparser = "0.2.1"
chrono = "0.4.39"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
reqwest = "0.12.12"
tokio = { version = "=1.40.0", features = ["full"] }
notify = "8.0.0"