[package] name = "fitimer" version = "1.1.0" edition = "2021" license = "GPL-3.0-only" description = "A timer to keep fit and healthy whilst having a sedentary work." keywords = ["timer", "health"] repository = "https://github.com/mazharz/fitimer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] notify-rust = "4" tui = "0.19" crossterm = "0.25" dotenv = "0.15.0" colors-transform = "0.2.11" chrono = "0.4.24" serde = "1.0" serde_json = "1.0" lazy_static = "1.4.0"