aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-18 05:13:00 +0100
committerAkshay <[email protected]>2020-07-18 05:13:00 +0100
commit84ddaeb8baba55998335935031ce5644f2715806 (patch)
tree0d90ef1412b88f297cebb97375078c4474e16235 /Cargo.toml
parentbe1540a4ac54a51fce46553303323936165f1735 (diff)
add file watcher for auto habits
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 eeae660..69a1958 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ erased-serde = "0.3"
13typetag = "0.1.4" 13typetag = "0.1.4"
14directories = "3.0.1" 14directories = "3.0.1"
15clap = "2.33" 15clap = "2.33"
16notify = "4.0"
16 17
17[dependencies.cursive] 18[dependencies.cursive]
18version = "0.15" 19version = "0.15"