//! Public library surface for `cargo-governor`.
//!//! The CLI binary is the primary transport for end users.
//! Programmatic integrations should prefer the application-layer API
//! re-exported here from `governor-application`.
#![allow(clippy::multiple_crate_versions)]pubmoderror;pubuseerror::{CommandExitCode, Error,Result};pubusegovernor_application::{
AgentContext, ApplicationError, ApplicationResult, agent, owners, ports, release,};