mirror of
https://github.com/thegeneralist01/p2p-failover
synced 2026-01-11 15:40:29 +01:00
first commit
This commit is contained in:
commit
ee83a166ce
18 changed files with 3098 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue