Collect up errors and report them instead of panicing
This commit is contained in:
parent
7d90764cbd
commit
fc07ffb480
3 changed files with 41 additions and 23 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue