summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2017-09-28 18:06:35 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:17:12 +0300
commit577889f7dae307105f5221a935c2de7047b158ce (patch)
tree3f811f88287b4062741290026530b19cf9e0985f /Cargo.toml
parent5ed4c37e5285ae404f7ea662e42797a2a4f53967 (diff)
Add watcher and input threads
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 e70c542f..9d724139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ crossbeam = "^0.3.0"
fnv = "1.0.3"
encoding = "0.2.33"
bitflags = "1.0"
+notify = "4.0.1"
[dependencies.ncurses]
features = ["wide"]