cstat/archive/overcomplicated/crates/cstat-schema/Cargo.toml
Zachery Aaron Shores-Chmielewski cced49e3ed Archive overcomplicated workspace, restore legacy cstat at root
The milestone-1 multi-crate representation stack overshot the goal.
Move it to archive/overcomplicated/ to keep for reference, and bring
the original single-package cstat back to /workspace as the active
codebase. Also commit demo_glossary.rs and ignore the build binary
plus .loop/.stash/.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-07-12 11:00:45 +04:00

10 lines
272 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "cstat-schema"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Output envelope and identity types for cstat (Milestone 1 §5–§7)."
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }