Implement the status command

This commit is contained in:
Robbert van der Helm
2020-07-14 18:35:54 +02:00
parent d840142036
commit 26f26fc21c
5 changed files with 80 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ license = "GPL-3.0-or-later"
[dependencies]
aho-corasick = "0.7.13"
colored = "2.0.0"
clap = "3.0.0-beta.1"
lazy_static = "1.4.0"
rayon = "1.3.1"