ts-cli 0.1.0

Timestudy: Track your activities on the command line.
[package]
name = "ts-cli"
description = "Timestudy: Track your activities on the command line."
version = "0.1.0"
authors = ["Kris Warner <kdwarn@protonmail.com>"]
repository = "https://codeberg.org/kdwarn/ts-cli"
edition = "2021"
license = "AGPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
chrono-tz = "0.6.3"
clap = { version = "4.1", features = ["derive", "wrap_help"] }
clap_complete = "4.1"
dateparser = "0.2.0"
timestudy = "0.7"

[dev-dependencies]
assert_cmd = "2.0.8"
timestudy = {version = "0.7", features = ["test-utils"] }

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