Create libs for common code

This commit is contained in:
Noah Knegt
2025-05-08 14:09:29 +02:00
parent 5d372f87cb
commit a2f2e303a0
13 changed files with 126 additions and 102 deletions

View File

@@ -1,7 +1,9 @@
[workspace]
resolver = "3"
members = [
"create-worktree",
members = [
"command-with-spinner",
"create-worktree", "git",
"git-ssh-bitwarden",
"setup-repo",
]