adding concurrent option using worktree

This commit is contained in:
pap
2025-07-22 12:03:52 -07:00
parent 4082246f6a
commit 2ca44b46d6
6 changed files with 456 additions and 1 deletions

View File

@@ -36,3 +36,4 @@ tokio = { version = "1", features = [
] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = { version = "1", features = ["v4"] }