From b1a7db048e517ff262dc1dad0f0ea766af4bd021 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Mon, 19 Feb 2024 00:57:51 -0700 Subject: Support for inotify This is a branch with some cursory support for using inotify to watch for changes in the user's $PATH. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 00fdb24..54b8246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,5 @@ path = "src/main.rs" [dependencies] ctrlc = "3.4.2" +notify = "6.1.1" +signals2 = "0.3.3" -- cgit v1.2.3