Create rust bins

This commit is contained in:
2025-05-07 18:59:03 +02:00
parent 5b77ec39e8
commit b8d5a81436
6 changed files with 433 additions and 1 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[workspace]
resolver = "3"
members = [
"create-worktree",
"setup-repo",
]