diff options
author | Rory Dudley | 2024-02-19 00:57:51 -0700 |
---|---|---|
committer | Rory Dudley | 2024-02-19 00:57:51 -0700 |
commit | b1a7db048e517ff262dc1dad0f0ea766af4bd021 (patch) | |
tree | bc7ebd313be07d9f5454fa4381f177984699cbe6 /Cargo.toml | |
parent | 6cf0f1b12e880f3cd88f013a070406bfb303831a (diff) | |
download | dwarvish-inotify.tar.gz |
Support for inotifyinotify
This is a branch with some cursory support for using inotify to watch
for changes in the user's $PATH.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,3 +13,5 @@ path = "src/main.rs" [dependencies] ctrlc = "3.4.2" +notify = "6.1.1" +signals2 = "0.3.3" |