summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-02-26 22:31:33 +0100
committerrabite <rabite@posteo.de>2019-02-26 22:31:33 +0100
commitfd67621dee25990cca67766865ec3e991b5bf11e (patch)
tree8127263133383418f72471d5788552b0ad370bf0 /src/main.rs
parentbdbe8e07e35de1534718254d3de120de05858943 (diff)
watch dirs for changes
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 1d92fba..ea5f92c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -16,6 +16,7 @@ extern crate chrono;
extern crate mime_detective;
extern crate rayon;
extern crate libc;
+extern crate notify;
use termion::input::MouseTerminal;
use termion::raw::IntoRawMode;