[package] name = "clock-cli" version = "0.1.1" authors = ["Tianyi Shi "] 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 } #clap = "2.33.3" chrono = "0.4.15" humantime = "2.0" # rodio = { git = "https://github.com/RustAudio/rodio"} clock-core = "0.0.6" notify-rust = "4" [features] default = ["cursive/crossterm-backend"] [[bin]] name = "clock" path = "src/main.rs"