summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorErik Vesteraas <erik@vestera.as>2018-11-26 12:41:39 +0100
committerErik Vesteraas <erik@vestera.as>2018-11-26 12:45:29 +0100
commit9d16d6b63d9a399d9e7d65a7aa7993ba94253e40 (patch)
tree206fb6b6536af9b64221313339ef1f3b4dabf2c0 /Cargo.toml
parent586285cd0b9b309e6823885a31871adf8f933294 (diff)
Add watch mode, and don't panic on clean failure
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 5ac31cd..c1f81fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ clap = "2.32.0"
indicatif = "0.9.0"
console = "0.6.2"
syntect = "3.0.2"
+notify = "4.0.0"