Create rust bins
This commit is contained in:
14
create-worktree/Cargo.toml
Normal file
14
create-worktree/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "create-worktree"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Noah Knegt <noah.knegt@priva.com>"]
|
||||
description = "A tool to create git worktrees with convenient branch management"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
anyhow = "1.0"
|
||||
colored = "3.0"
|
||||
indicatif = "0.17"
|
||||
dirs = "6.0"
|
||||
thiserror = { version = "2.0" }
|
Reference in New Issue
Block a user