kanade-backend 0.36.0

axum + SQLite projection backend for the kanade endpoint-management system. Hosts /api/* and the embedded SPA dashboard, projects JetStream streams into SQLite, drives the cron scheduler
1
2
3
4
5
6
7
pub mod audit;
pub mod events;
pub mod explode;
pub mod heartbeat;
pub mod history;
pub mod results;
pub mod spec_cache;