timecard-cli 0.2.0

CLI frontend for timecard
[package]
name = "timecard-cli"
version = "0.2.0"
edition = "2024"
readme = "../README.md"
description = "CLI frontend for timecard"
license = "GPL-3.0-only"
repository = "https://github.com/Stephen-Hamilton-C/timecard"

[[bin]]
name = "timecard"
path = "src/main.rs"

[dependencies]
timecard = { version = "0.2.0", path = "../lib" }
chrono = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.149"
clap = { version = "4.5.60", features = ["derive"] }
toml = "1.0.4"
colored = "3.1.1"
platform-dirs = "0.3.0"
humantime = "2.3.0"
serde_valid = "2.0.1"
anyhow = "1.0.102"