//! Generate `OpenAPI` spec for stately-files.
//!
//! Run with: `cargo run --bin stately-files-openapi -- <output_dir>`
//!
//! This outputs `openapi.json` to the specified directory,
//! which can then be processed by `@statelyjs/codegen` to generate TypeScript types.
use OpenApiDoc;