[package]
edition = "2024"
name = "hj-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for handoff state, reconciliation, and handup surveys"
homepage = "https://github.com/89jobrien/hj"
documentation = "https://docs.rs/hj-cli"
readme = "README.md"
keywords = [
"cli",
"handoff",
"workflow",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/89jobrien/hj"
resolver = "2"
[lib]
name = "hj_cli"
path = "src/lib.rs"
[[bin]]
name = "handoff"
path = "src/bin/handoff.rs"
[[bin]]
name = "handoff-db"
path = "src/bin/handoff-db.rs"
[[bin]]
name = "handoff-detect"
path = "src/bin/handoff-detect.rs"
[[bin]]
name = "handon"
path = "src/bin/handon.rs"
[[bin]]
name = "handover"
path = "src/bin/handover.rs"
[[bin]]
name = "handup"
path = "src/bin/handup.rs"
[[bin]]
name = "hj"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
version = "4.5.50"
features = ["derive"]
[dependencies.dirs]
version = "6.0.0"
[dependencies.hj-core]
version = "0.1.2"
[dependencies.hj-doob]
version = "0.1.2"
[dependencies.hj-git]
version = "0.1.2"
[dependencies.hj-render]
version = "0.1.2"
[dependencies.hj-sqlite]
version = "0.1.2"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.serde_yaml]
version = "0.9.34"