[package] name = "timeme" version = "0.2.4" edition = "2018" authors = ["Austin Poor "] license = "MIT" description = "A tool to time command line program execution" readme = "README.md" homepage = "https://github.com/a-poor/timeme" repository = "https://github.com/a-poor/timeme" keywords = ["cli", "timer", "cli", "utilities"] categories = ["command-line-utilities"] [dependencies] clap = "3.0.0-beta.4"