moadim 0.0.1

Moadim.io MCP/REST server for managing cron jobs
1
2
3
4
5
6
7
//! Network-facing layer. Each submodule owns one protocol transport.
//!
//! Business logic lives in [`crate::cron_jobs`]. Modules here translate
//! between protocol representations and the service-layer functions.

pub mod http;
pub mod mcp;