2025-05-07 18:59:03 +02:00
|
|
|
[package]
|
|
|
|
|
name = "setup-repo"
|
2025-07-03 22:58:37 +02:00
|
|
|
version = "0.2.0"
|
2025-05-07 18:59:03 +02:00
|
|
|
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-07-03 23:16:11 +02:00
|
|
|
git = { version = "0.2.0", path = "../git" }
|
2025-05-07 18:59:03 +02:00
|
|
|
indicatif = "0.17"
|