git-bra 0.2.0

A git worktree manager with project-aware configuration.
Documentation
[package]
name = "git-bra"
version = "0.2.0"
description = "A git worktree manager with project-aware configuration."
license = "MIT"
authors = ["Wiktor W. <wykwit@disroot.org>"]
repository = "https://gitlab.com/wykwit/git-bra/"
readme = "README.md"
categories = ["command-line-utilities"]
edition = "2024"

[lib]
name = "bra"
path = "src/lib.rs"

[[bin]]
name = "git-bra"
path = "src/bin/git-bra.rs"

[[bin]]
name = "bra"
path = "src/bin/bra.rs"

[dependencies]
anyhow = "1.0"
clap = { version = "4.6", features = ["derive"] }
console = "0.16"
directories = "6.0"
serde = { version = "1.0", features = ["derive"] }
tempfile = "3.27"
thiserror = "2.0"
toml = "1.1"