Fixed error handling.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2020-04-05 21:40:56 +04:00
parent 60b10d9dd0
commit 9d81cf5dc6
7 changed files with 31 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "awatch"
version = "0.1.0"
version = "0.3.1"
authors = ["Pavel Kirilin <win10@list.ru>"]
edition = "2018"
@ -17,4 +17,5 @@ lazy_static = "1.4" # Define lazy static vars.
alphanumeric-sort = "1.0.12" # Used to search for videos.
regex = "1" # Regular expressions.
termion = "1.5.5" # For interacting with terminal.
term_grid = "0.1.7" # For showing matched files while initialization
term_grid = "0.1.7" # For showing matched files while initialization
colored = "1.9" # For terminal coloring