Collect up errors and report them instead of panicing

This commit is contained in:
Campbell Alden 2023-07-26 15:40:31 +09:00
parent 7d90764cbd
commit fc07ffb480
3 changed files with 41 additions and 23 deletions

View file

@ -1,11 +1,12 @@
[package]
name = "time-track"
version = "0.3.1"
version = "0.3.2"
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"] }