Color output
This commit is contained in:
parent
12c86e0d28
commit
2078c5e883
5 changed files with 221 additions and 80 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -101,6 +101,17 @@ dependencies = [
|
|||
"vec_map",
|
||||
]
|
||||
|
||||
[[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 = "computus"
|
||||
version = "1.0.0"
|
||||
|
|
@ -425,6 +436,7 @@ name = "today"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"colored",
|
||||
"computus",
|
||||
"directories",
|
||||
"pest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue