etz 0.1.0

CLI for coordinating git worktrees across multi-repo parent directories.
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"
rust-version = "1.85"
name = "etz"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for coordinating git worktrees across multi-repo parent directories."
homepage = "https://github.com/snipeship/etz"
documentation = "https://docs.rs/etz"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "worktree",
    "workspace",
    "monorepo",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/snipeship/etz"

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

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

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

[dependencies.anyhow]
version = "1.0.96"

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

[dependencies.globset]
version = "0.4.16"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.toml]
version = "0.8.20"

[dev-dependencies.tempfile]
version = "3.17.1"