digital-roster 0.3.2

Rent the intelligence, own the governance — a control plane for workers: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
//! The outer loop: what to do and when. The durable per-worker queue, the
//! schedule triggers that file work, and the dispatch loop that drains it.

pub mod dispatch;
pub mod tms;