Skip to content

Commit

Permalink
better duration formatting (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirkurcak authored May 9, 2024
1 parent 957fbfa commit 333adad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 87 deletions.
88 changes: 3 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Ľubomír Kurčák <lubomirkurcak@gmail.com>"]
name = "tend"
description = "Quickly spin up/down groups of command-line tasks with automated recovery"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lubomirkurcak/tend"
Expand All @@ -20,7 +20,7 @@ chrono = { version = "0.4.38", features = ["serde", "rkyv-32"] }
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
dirs-next = "2.0.0"
folktime = "0.1.0"
folktime = "0.2.0"
prettytable-rs = "0.10.0"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 333adad

Please sign in to comment.