summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-11 20:22:35 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-11 20:22:35 -0500
commitdcb37735fb533e8903bfb613728d35c24100fb6a (patch)
tree7313c94831d7dd00e9768eefa9cace119e452064 /Cargo.toml
parenteec52f6845e2ca32435d72cd69dd21048c37c70b (diff)
downloadnbsh-dcb37735fb533e8903bfb613728d35c24100fb6a.tar.gz
nbsh-dcb37735fb533e8903bfb613728d35c24100fb6a.zip
use inotify to update the prompt git status
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 46d8149..5bf19fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ glob = "0.3.0"
hostname = "0.3.1"
libc = "0.2.112"
nix = "0.23.1"
+notify = "4.0.17"
once_cell = "1.9.0"
pest = "2.1.3"
pest_derive = "2.1.0"