governor-cargo
Cargo workspace and local command adapters for cargo-governor.
What It Provides
- workspace discovery via
cargo metadata - shared version updates across workspace manifests
- changelog writes to
CHANGELOG.md - local command execution for release checks such as
test,clippy,fmt,doc, andbuild - owners metadata loading from Cargo manifests
This crate is the Cargo-facing infrastructure layer used by the application use cases.
Main Type
CargoWorkspaceAdapter
It implements the workspace and command ports consumed by
governor-application.
License
MIT OR Apache-2.0