git-trim 0.1.5

Automatically trims your git remote tracking branches that are merged or gone.
Documentation
1
2
3
4
5
6
use vergen::{generate_cargo_keys, ConstantsFlags};

fn main() {
    // Generate the 'cargo:' key output
    generate_cargo_keys(ConstantsFlags::all()).expect("Unable to generate the cargo keys!");
}