git-bra 0.1.0

A git worktree manager with project-aware configuration.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[[test]]
name = "cli_workflows"
path = "tests/cli_workflows.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.console]
version = "0.15"

[dependencies.directories]
version = "5.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.13"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"