[package]
edition = "2021"
rust-version = "1.70"
name = "gitwell"
version = "0.1.0"
authors = ["David Liedle"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Surface abandoned work in git repositories — stale branches, forgotten stashes, orphaned commits, WIP markers."
homepage = "https://github.com/davidcanhelp/GitWell"
readme = "README.md"
keywords = [
"git",
"cli",
"productivity",
"workflow",
"maintenance",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/davidcanhelp/GitWell"
[[bin]]
name = "gitwell"
path = "src/main.rs"
[dependencies]