aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-13 19:02:48 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-13 19:02:48 +0100
commit6af5eb82bfd23842f33b8cf46c207845f1b88fa7 (patch)
tree30a3a23ba43e72b4dab823deaa0c93db165f6547 /Cargo.toml
parentd960fb1e49f057ad235be45e4f62080edcedaefe (diff)
save current system time to disk on SIGTERM before exiting
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ebd214f..e4a002f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ nix = { version = "0.26.2", features = ["time"] }
ntp = "0.5.0"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" }
thiserror = "1.0"
+tokio = { version = "1.0", features = ["rt", "macros", "time", "fs", "signal"] }
trust-dns-resolver = "0.23.0"
[build-dependencies]