feat: better durations and allow stopping pomodoro

This commit is contained in:
Moritz Böhme 2023-07-29 12:52:50 +02:00
parent 103c6d779e
commit 0c954962cc
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 81 additions and 49 deletions

7
Cargo.lock generated
View file

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