1pub mod cargo; 2pub mod cmd; 3pub mod git; 4pub mod index; 5pub mod replace; 6pub mod shell; 7pub mod version; 8 9pub(crate) mod diff;