[package] name = "consoletimer" version = "0.4.1" authors = ["arthrp"] license = "GPL-3.0-only" description = "Simple timer for your terminal" keywords = ["cli"] homepage = "https://github.com/arthrp/consoleTimer" repository = "https://github.com/arthrp/consoleTimer" readme = "README.md" [dependencies] ncurses = "5.97.0" eventual = "0.1.7" regex = "1.2.1" chrono = "0.4"