Custom formatters

This commit is contained in:
Abraham Toriz 2021-09-07 22:49:56 -05:00
parent 05df375102
commit 1fb70ffe4c
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -620,7 +620,7 @@ dependencies = [
[[package]] [[package]]
name = "tiempo" name = "tiempo"
version = "1.0.5" version = "1.1.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"atty", "atty",

View File

@ -11,7 +11,7 @@ description = "A command line time tracker"
license = "GPL-3.0" license = "GPL-3.0"
documentation = "https://gitlab.com/categulario/tiempo-rs" documentation = "https://gitlab.com/categulario/tiempo-rs"
homepage = "https://gitlab.com/categulario/tiempo-rs" homepage = "https://gitlab.com/categulario/tiempo-rs"
version = "1.0.5" version = "1.1.0"
[dependencies] [dependencies]
clap = "2" clap = "2"