Create rust bins

This commit is contained in:
2025-05-07 18:59:03 +02:00
parent 5b77ec39e8
commit b8d5a81436
6 changed files with 433 additions and 1 deletions

13
setup-repo/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "setup-repo"
version = "0.1.0"
edition = "2024"
description = "Tool to set up Git repositories for worktree development"
authors = ["Noah Knegt <noah.knegt@priva.com>"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
colored = "3.0"
indicatif = "0.17"
thiserror = "2.0"