//! Compile-time OpenAPI spec generator.
//!
//! Usage: cargo run --bin generate-openapi -- > docs/openapi/pdt-openapi.json
//!
//! No database or network required — the spec is derived entirely from
//! the utoipa annotations in the source code.
use ApiDoc;
use OpenApi;