git_mob_tool/
lib.rs

1pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
2
3pub mod cli;
4mod commands;
5pub mod helpers;
6pub mod repositories;