14 lines
320 B
TOML
14 lines
320 B
TOML
[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"
|