scutiger-bin 0.3.0

a set of Git utilities for people who use Git a lot
[dependencies.clap]
version = "^2.32"

[dependencies.git2]
default-features = false
version = "0.13"

[dependencies.libc]
version = "^0.2"

[dependencies.pcre2]
version = "^0.2.3"

[dependencies.pkg-config]
version = "^0.3"

[dependencies.scutiger-core]
features = ["pcre"]
version = "0.3.0"
[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["brian m. carlson <sandals@crustytoothpaste.net>"]
description = "a set of Git utilities for people who use Git a lot"
include = ["src/**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]
license = "MIT"
license-file = "LICENSE"
name = "scutiger-bin"
repository = "https://github.com/bk2204/scutiger"
rust-version = "1.41.1"
version = "0.3.0"