summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-11-14 13:31:19 +0100
committermetamuffin <metamuffin@disroot.org>2023-11-14 13:31:19 +0100
commitb10a6ea207ee4bcdee51be2052359b999eeb7bcf (patch)
treee277001d2357a0bc192d953a3979d619de925595 /Cargo.toml
parent3b1afad1d1a697e82c003e146ef2b7d5742e5210 (diff)
downloadgnix-b10a6ea207ee4bcdee51be2052359b999eeb7bcf.tar
gnix-b10a6ea207ee4bcdee51be2052359b999eeb7bcf.tar.bz2
gnix-b10a6ea207ee4bcdee51be2052359b999eeb7bcf.tar.zst
config hot reload
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 dd59b8b..565147b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ pin-project = "1.1.3"
# Config
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
+inotify = "0.10.2"
# Logging
env_logger = "0.10.0"