[package] authors = ["Radek Sprta "] description = "Snip local Git branches that do not exist on the remote." edition = "2021" homepage = "https://gitlab.com/radek-sprta/git-snip" license = "GPL-3.0-only" name = "git-snip" repository = "https://gitlab.com/radek-sprta/git-snip" version = "0.1.0" [dependencies] clap = { version = "4.4.11", features = ["derive"] } git2 = "0.18.1" [dev-dependencies] tempfile = "3.8.1"