[package] name = "tiny-timer" version = "0.1.1" edition = "2021" repository = "https://github.com/n1ghtmare/tiny-timer" documentation = "https://github.com/n1ghtmare/tiny-timer" license = "MIT OR Apache-2.0" readme = "README.md" description = "A simple and tiny CLI timer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] humantime = "2.1" indicatif = "0.17.1" regex = "1.6.0"