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
13 lines
362 B
TOML
13 lines
362 B
TOML
[package]
|
|
name = "cstat-orchestrate"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Level trait, runner, and output assembly."
|
|
|
|
[dependencies]
|
|
cstat-schema = { path = "../cstat-schema" }
|
|
cstat-ir = { path = "../cstat-ir" }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|