multitree 0.1.0

A small CLI tool to manage Git worktrees
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 = "multitree"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small CLI tool to manage Git worktrees"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cli",
    "developer-tools",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/arshia-eskandari/multitree"

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

[[bin]]
name = "multitree"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.assert_cmd]
version = "2.1.2"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.predicates]
version = "3.1.4"

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

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.3"