Create rust bins
This commit is contained in:
13
setup-repo/Cargo.toml
Normal file
13
setup-repo/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user