Massively rework the time tracker, mainly to support times across midnight

This commit is contained in:
Campbell Alden 2024-11-07 15:48:37 +09:00
parent b6df8af541
commit a11d5c0f5d
6 changed files with 170 additions and 236 deletions

View file

@ -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"