verification-control 0.1.0

Canonical verification control-plane case, plan, receipt, and ledger artifacts
Documentation
[package]
name = "verification-control"
version = "0.1.0"
edition = "2021"
rust-version = "1.75.0"
description = "Canonical verification control-plane case, plan, receipt, and ledger artifacts"
license = "MIT"

[dependencies]
chrono = { workspace = true, features = ["serde"] }
llm-tool-runtime = { version = "0.1.0", path = "../llm-tool-runtime" }
schemars = { workspace = true }
semantic-memory-forge = { version = "0.1.1", path = "../semantic-memory-forge" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
stack-ids = { version = "0.1.1", path = "../stack-ids" }

# LIB-005: inherit workspace lint policy
[lints]
workspace = true