[[bin]]
name = "gitstatus"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bstr]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.gix]
features = ["status", "parallel"]
version = "0.73.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Does one thing incredibly well: tells you your current branch, origin branch and the number of changes. Perfect for large repositories / monorepos"
edition = "2021"
license = "GPL-3.0-only"
name = "gitstatus"
readme = "README.md"
repository = "https://github.com/stephenyu/gitstatus"
rust-version = "1.70"
version = "1.0.0"