Files
repo-utils/create-worktree/Cargo.toml
2025-07-03 23:16:39 +02:00

19 lines
449 B
TOML

[package]
name = "create-worktree"
version = "0.1.0"
description = "A tool to create git worktrees with convenient branch management"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
colored = "3.0"
dirs = "6.0"
git = { version = "0.2.0", path = "../git" }
indicatif = "0.17"
thiserror = { version = "2.0" }