Update cargo configurations
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m19s

This commit is contained in:
2025-05-07 20:03:31 +02:00
parent 9594c3b5aa
commit 39904c22c1
3 changed files with 17 additions and 4 deletions

View File

@@ -4,3 +4,10 @@ members = [
"create-worktree",
"setup-repo",
]
package.edition = "2024"
package.authors = [
"Noah Knegt <personal@noahknegt.com>"
]
package.license-file = "LICENSE"
package.repository = "https://git.noahknegt.com/noah.knegt/repo-utils"