[[bin]]
doc = false
name = "tomo"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.89"
[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
features = ["derive"]
version = "4.5.18"
[dependencies.dirs]
version = "5.0.1"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "tomo is a no-frills pomodoro progress indicator for tmux"
edition = "2021"
exclude = [".github", "docker-compose.yml"]
homepage = "https://github.com/dhth/tomo"
keywords = ["cli", "pomodoro", "time-tracking"]
license = "MIT"
name = "tomo"
readme = "README.md"
repository = "https://github.com/dhth/tomo"
version = "0.2.1"
[profile.dist]
inherits = "release"
lto = "thin"