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
+12
View File
@@ -70,6 +70,17 @@ dependencies = [
"syn",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
@@ -440,6 +451,7 @@ version = "1.2.1"
dependencies = [
"aho-corasick",
"clap",
"colored",
"lazy_static",
"rayon",
"serde",