[package] name = "rustime" version = "0.1.3" edition = "2021" author = ["arjunomray "] description = "A pomodoro time in rust" readme = "README.md" repository = "https://github.com/arjunomray/rustime" keywords = ["cli", "pomodoro", "productivity"] categories = ["command-line-utilities"] license = "MIT" [dependencies] clap = { version = "4.5.6", features = ["derive"] } notify-rust = "4.6.0"