shnote 0.2.7

A lightweight command wrapper that enforces WHAT/WHY documentation
[package]
name = "shnote"
version = "0.2.7"
edition = "2021"
description = "A lightweight command wrapper that enforces WHAT/WHY documentation"
license = "MIT"
repository = "https://github.com/wangnov/shnote"
readme = "README.md"
keywords = [
  "rust",
  "terminal",
  "codex",
  "gemini-cli",
  "claude-code",
]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
serde = { version = "1.0", features = ["derive"] }
tempfile = "3.20"
toml = "0.9"
which = "8.0"

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"