[package]
name = "clock-cli"
version = "0.1.1"
authors = ["Tianyi Shi <ShiTianyi2001@outlook.com>"]
edition = "2018"
documentation = "https://docs.rs/clock-cli"
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/TianyiShi2001/clock-cli-rs"
description = "Clock utilities (stopwatch, timer) on the command line with TUI (text user interface)"
[dependencies]
cursive = {version = "0.15", default-features = false }
chrono = "0.4.15"
humantime = "2.0"
clock-core = "0.0.6"
notify-rust = "4"
[features]
default = ["cursive/crossterm-backend"]
[[bin]]
name = "clock"
path = "src/main.rs"