taskc 0.1.0

Scan markdown task markers and generate a beautiful static task catalog page.
Documentation
[package]
name = "taskc"
version = "0.1.0"
edition = "2024"
description = "Scan markdown task markers and generate a beautiful static task catalog page."
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/taskc"
keywords = ["cli", "markdown", "tasks", "static-site", "documentation"]
categories = ["command-line-utilities", "development-tools"]
rust-version = "1.85"
include = [
  "src/**",
  "tests/**",
  "examples/**",
  "Cargo.toml",
  "Cargo.lock",
  "Makefile.toml",
  "README.md",
  "LICENSE",
]

[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
pulldown-cmark = "0.13"
walkdir = "2.5"

[dev-dependencies]
tempfile = "3.15"