Ping server regularly
This commit is contained in:
parent
33607779b0
commit
0ae43c608f
5 changed files with 380 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue