summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-10-02 08:01:57 +0200
committerLinnnus <[email protected]>2024-10-02 08:03:19 +0200
commitb6e1137d89a90859d8943d9377e4d14091a11af6 (patch)
treeee46b50505e1c5b50de932d9fdeb7bd662c07975 /Cargo.toml
parentf5c119fdaf444fc0b1b59c1e07fd32a5f6ddf069 (diff)
Rename secret_{file => path}, add max_idle_time to config, Merge {Raw,}Config
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 e00120b..edfa2db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ nix = { version = "0.29.0", features = ["socket", "fs", "ioctl", "process", "net
lazy_static = "1.5.0"
serde = { version = "1.0.210", features = ["serde_derive"] }
serde_json = "1.0.128"
+humantime-serde = "1.1.1"