[package] name = "hst-cli" authors = ["Travis Brown "] homepage = "https://github.com/travisbrown/hassreden-tracker" repository = "https://github.com/travisbrown/hassreden-tracker" description = "Opinionated helpers for command-line applications" keywords = ["cli"] license-file = "../../LICENSE" readme = "../../README.md" version = "0.2.0" edition = "2021" [dependencies] clap = { version = "3", features = ["derive"] } log = "0.4" simplelog = "0.12"