Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m19s
18 lines
404 B
TOML
18 lines
404 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]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
anyhow = "1.0"
|
|
colored = "3.0"
|
|
indicatif = "0.17"
|
|
dirs = "6.0"
|
|
thiserror = { version = "2.0" }
|