tock 1.0.1

Digital clock for the terminal
[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"

[dependencies.clap]
default-features = false
features = ["color", "derive", "help", "std", "usage"]
version = "4.4"

[dependencies.libc]
version = "0.2"

[features]
default = ["interactive"]
interactive = []

[package]
authors = ["Newton Ni <nwtnni@gmail.com>"]
categories = ["command-line-utilities"]
description = "Digital clock for the terminal"
edition = "2018"
homepage = "https://github.com/nwtnni/tock"
keywords = ["clock", "terminal", "cli"]
license = "MIT"
name = "tock"
readme = "README.md"
repository = "https://github.com/nwtnni/tock"
version = "1.0.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true