[package]
edition = "2024"
name = "git-paw"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parallel AI Worktrees — orchestrate multiple AI coding CLI sessions across git worktrees"
homepage = "https://bearicorn.github.io/git-paw"
readme = false
keywords = [
"cli",
"tmux",
"git",
"ai",
"worktree",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/bearicorn/git-paw"
[[bin]]
name = "git-paw"
path = "src/main.rs"