git-repo-manager 0.7.22

Manage multiple git repositories. You configure the git repositories in a file, the program does the rest!
Documentation
1
2
3
4
5
6
fn main() {
    if let Ok(v) = std::env::var("GRM_RELEASE_VERSION") {
        println!("cargo:rustc-env=CARGO_PKG_VERSION={v}");
    }
    println!("cargo:rerun-if-env-changed=GRM_RELEASE_VERSION");
}