From dcb37735fb533e8903bfb613728d35c24100fb6a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 11 Jan 2022 20:22:35 -0500 Subject: use inotify to update the prompt git status --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf