Skip to main content

kranz_engine/
lib.rs

1//! Placeholder release reserving the `kranz-engine` name.
2//!
3//! The real crate — the event-sourced mission engine behind the `kranz`
4//! CLI (append-only event log, orchestrator/worker/validator lifecycle,
5//! plan approval, cost calibration) — lands here at v0.1.x.
6//!
7//! Project: <https://github.com/craigcode/kranz>