testwall 1.0.1

Enforce test immutability for agentic TDD workflows
[package]
name = "testwall"
version = "1.0.1"
edition = "2021"
description = "Enforce test immutability for agentic TDD workflows"
license = "MIT"
repository = "https://github.com/matthewdavidson/testwall"
homepage = "https://github.com/matthewdavidson/testwall"
readme = "README.md"
keywords = ["testing", "tdd", "llm", "agent", "immutability"]
categories = ["development-tools::testing", "command-line-utilities"]
exclude = [
    ".github/",
    "npm/",
    "testwall.py",
    ".testwall/",
    ".python-version",
]

[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
walkdir = "2"
anyhow = "1"
colored = "2"
chrono = { version = "0.4", features = ["serde"] }

[dev-dependencies]
tempfile = "3"