governor-cargo 2.0.3

Cargo workspace and local process adapters for cargo-governor
Documentation
1
2
3
4
5
6
7
//! Cargo workspace and local process adapters for cargo-governor.

#![allow(clippy::multiple_crate_versions)]

pub mod adapter;

pub use adapter::CargoWorkspaceAdapter;