countdown-tui 0.1.5

A terminal countdown timer with big digital display
[[bin]]
name = "countdown-tui"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.crossterm]
version = "0.27"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Med0paW <medopaw@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A terminal countdown timer with big digital display"
edition = "2021"
keywords = ["cli", "timer", "countdown", "terminal", "tui"]
license = "MIT"
name = "countdown-tui"
readme = "README.md"
repository = "https://github.com/medopaw/countdown-tui"
version = "0.1.5"