feat: better durations and allow stopping pomodoro
This commit is contained in:
parent
103c6d779e
commit
0c954962cc
7 changed files with 81 additions and 49 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -562,6 +562,12 @@ version = "0.4.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "humantime"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.0.0"
|
||||
|
|
@ -1117,6 +1123,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"humantime",
|
||||
"notify-rust",
|
||||
"serde",
|
||||
"serde_cbor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue