A small TUI timer app written in Rust
On Linux you will need to install alsa dev bindings so the timer can beep when the time has elapsed
sudo apt-get update && sudo apt-get install libasound2-dev libudev-dev
cargo run
sudo dnf install alsa-lib-devel
cargo run
cargo run