Massively rework the time tracker, mainly to support times across midnight
This commit is contained in:
parent
b6df8af541
commit
a11d5c0f5d
6 changed files with 170 additions and 236 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "time-track"
|
||||
version = "1.1.0"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
atty = "0.2.14"
|
||||
chrono = "0.4.26"
|
||||
clap = { version = "4.3.11", features = ["derive"] }
|
||||
regex = "1.11.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue