git-synchronizer 0.1.1

Easily synchronize your local branches and worktrees
# 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-synchronizer"
version = "0.1.1"
authors = ["Axel H. <noirbizarre@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easily synchronize your local branches and worktrees"
readme = "README.md"
keywords = [
    "git",
    "branches",
    "sync",
    "worktree",
    "synchronize",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/noirbizarre/git-synchronizer"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.cliclack]
version = "0.4"

[dependencies.console]
version = "0.16"

[dependencies.globset]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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