[package]
edition = "2021"
name = "git-snip"
version = "0.3.0"
authors = ["Radek Sprta <mail@radeksprta.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Snip local Git branches that do not exist on the remote."
homepage = "https://gitlab.com/radek-sprta/git-snip"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://gitlab.com/radek-sprta/git-snip"
[lib]
name = "git_snip"
path = "src/lib.rs"
[[bin]]
name = "git-snip"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.clap]
version = "4.4.11"
features = ["derive"]
[dependencies.git2]
version = "0.18.1"
[dev-dependencies.tempfile]
version = "3.8.1"