gitbranch 1.0.2

It simply shows current branch name - or nothing if it isn’t a git repo.
[[bin]]
name = "gitbranch"
path = "src/main.rs"

[dependencies.git2]
version = "0.20"

[package]
authors = ["Rodrigo Cacilhας <montegasppa@cacilhas.cc"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "It simply shows current branch name - or nothing if it isn’t a git repo."
edition = "2021"
homepage = "https://crates.io/crates/gitbranch"
keywords = ["cli", "git"]
license = "BSD-3-Clause"
name = "gitbranch"
readme = "README.md"
repository = "https://github.com/cacilhas/microcli/tree/master/gitbranch"
version = "1.0.2"