[package]
name = "git-surgeon"
version = "0.1.3"
edition = "2024"
authors = ["Raine Virta"]
description = "Surgical git hunk control for AI agents"
license = "MIT"
documentation = "https://github.com/raine/git-surgeon#readme"
homepage = "https://github.com/raine/git-surgeon"
repository = "https://github.com/raine/git-surgeon"
include = [
"/src/**/*",
"/skills/**/*",
"/Cargo.toml",
"/Cargo.lock",
"/CHANGELOG.md",
"/LICENSE",
"/README.md",
]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
sha1 = "0.10"
hex = "0.4"
dirs = "5"
[dev-dependencies]
tempfile = "3.14"
[profile.release]
strip = true
lto = true
codegen-units = 1