cstat/archive/overcomplicated/examples/single-file-lib/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

8 lines
175 B
TOML

[package]
name = "single-file-lib"
version = "0.1.0"
edition = "2021"
description = "Worked example from spec §13. Used as the canonical fixture."
[lib]
path = "src/lib.rs"