tincan-cli 0.6.2

Preserve development plans, decisions, learnings, and progress in plain Markdown
[package]
name = "tincan-cli"
version = "0.6.2"
edition = "2024"
description = "Preserve development plans, decisions, learnings, and progress in plain Markdown"
license = "MIT"
readme = "README.md"
repository = "https://github.com/sf-pear/tincan"
rust-version = "1.85"
keywords = ["cli", "developer-tools", "git", "markdown", "documentation"]
categories = ["command-line-utilities", "development-tools"]
include = [
    "/src/**",
    "/tests/**",
    "/skills/tincan/**",
    "/docs/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]

[dependencies]
chrono = { version = "0.4.45", default-features = false, features = ["clock"] }
console = "0.16.4"
dialoguer = { version = "0.12.0", default-features = false }
uuid = { version = "1.24.0", features = ["v7"] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61.2", features = ["Win32_Storage_FileSystem"] }

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