Ping server regularly

This commit is contained in:
Joscha 2023-08-11 01:29:05 +02:00
parent 33607779b0
commit 0ae43c608f
5 changed files with 380 additions and 8 deletions

View file

@ -31,6 +31,11 @@ version = "0.51.0"
default-features = false
features = ["max-performance-safe", "extras"]
[dependencies.reqwest]
version = "0.11.18"
default-features = false
features = ["json", "rustls-tls-native-roots"]
[dependencies.time]
version = "0.3.25"
features = ["formatting", "parsing", "macros", "serde-human-readable"]