Files
repo-utils/setup-repo/Cargo.toml

17 lines
391 B
TOML
Raw Normal View History

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