1 2 3 4 5 6 7 8 9 10 11 12 13
//! Stateless HTTP/MCP façade :19090 — Auth Path 2 (/auth/exchange) + read/search + enqueues writes (alpha.5) //! //! ## Status //! //! Placeholder v0.0.2. Source code private until v1.0 public release. //! See <https://gradatum.org> for project context and roadmap. fn main() { println!( "gradatum-server v{} — placeholder. See https://gradatum.org for roadmap.", env!("CARGO_PKG_VERSION") ); }