Files
repo-utils/create-worktree/Cargo.toml
Noah Knegt 69f94c64b6 Create libs for common code
Update libs
2025-05-08 16:50:03 +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.1.0", path = "../git" }
indicatif = "0.17"
thiserror = { version = "2.0" }