2025-05-07 18:59:03 +02:00
|
|
|
[package]
|
|
|
|
|
name = "setup-repo"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Tool to set up Git repositories for worktree development"
|
2025-05-07 20:03:31 +02:00
|
|
|
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license-file.workspace = true
|
|
|
|
|
repository.workspace = true
|
2025-05-07 18:59:03 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow = "1.0"
|
|
|
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
|
|
|
colored = "3.0"
|
2025-05-08 14:09:29 +02:00
|
|
|
command-with-spinner = { version = "0.1.0", path = "../command-with-spinner" }
|
2025-05-07 18:59:03 +02:00
|
|
|
indicatif = "0.17"
|