tincan-cli 0.1.0

Capture important decisions, their reasoning, and learnings from agent coding sessions in plain Markdown
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "tincan-cli"
version = "0.1.0"
build = false
include = [
    "/src/**",
    "/skills/tincan/**",
    "/docs/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capture important decisions, their reasoning, and learnings from agent coding sessions in plain Markdown"
readme = "README.md"
keywords = [
    "cli",
    "developer-tools",
    "git",
    "markdown",
    "documentation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sf-pear/tincan"

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

[dependencies.chrono]
version = "0.4.45"
features = ["clock"]
default-features = false