start-timer 0.0.2

Utility to Start a Timer
Documentation
[[bin]]
name = "start-timer"
path = "src/bin/main.rs"

[dependencies.clap]
features = ["std", "derive", "env"]
version = "4.5.2"

[dependencies.humantime]
version = "2.1.0"

[lib]
name = "start_timer"
path = "src/lib.rs"

[package]
authors = ["Esteban Borai <estebanborai@gmail.com>"]
categories = ["command-line-utilities"]
description = "Utility to Start a Timer"
edition = "2021"
homepage = "https://github.com/EstebanBorai/start-timer"
keywords = ["timer", "utility", "notify"]
license = "MIT OR Apache-2.0"
name = "start-timer"
readme = "README.md"
repository = "https://github.com/EstebanBorai/start-timer"
version = "0.0.2"