clock-cli 0.1.1

Clock utilities (stopwatch, timer) on the command line with TUI (text user interface)
Documentation
[[bin]]
name = "clock"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.15"

[dependencies.clock-core]
version = "0.0.6"

[dependencies.cursive]
default-features = false
version = "0.15"

[dependencies.humantime]
version = "2.0"

[dependencies.notify-rust]
version = "4"

[features]
default = ["cursive/crossterm-backend"]

[package]
authors = ["Tianyi Shi <ShiTianyi2001@outlook.com>"]
description = "Clock utilities (stopwatch, timer) on the command line with TUI (text user interface)"
documentation = "https://docs.rs/clock-cli"
edition = "2018"
license = "GPL-3.0"
name = "clock-cli"
readme = "README.md"
repository = "https://github.com/TianyiShi2001/clock-cli-rs"
version = "0.1.1"