Skip to main content

github_app_forge/
lib.rs

1//! github-app-forge — declarative GitHub App lifecycle.
2//!
3//! Library surface for integration tests + downstream consumers. The binary
4//! at `src/main.rs` uses the same modules.
5
6pub mod client;
7pub mod flow;
8pub mod jwt;
9pub mod manifest;
10pub mod sink;