diff options
author | Akshay <[email protected]> | 2020-07-18 05:13:00 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-18 05:13:00 +0100 |
commit | 84ddaeb8baba55998335935031ce5644f2715806 (patch) | |
tree | 0d90ef1412b88f297cebb97375078c4474e16235 /Cargo.toml | |
parent | be1540a4ac54a51fce46553303323936165f1735 (diff) |
add file watcher for auto habits
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ erased-serde = "0.3" | |||
13 | typetag = "0.1.4" | 13 | typetag = "0.1.4" |
14 | directories = "3.0.1" | 14 | directories = "3.0.1" |
15 | clap = "2.33" | 15 | clap = "2.33" |
16 | notify = "4.0" | ||
16 | 17 | ||
17 | [dependencies.cursive] | 18 | [dependencies.cursive] |
18 | version = "0.15" | 19 | version = "0.15" |