Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m19s
14 lines
276 B
TOML
14 lines
276 B
TOML
[workspace]
|
|
resolver = "3"
|
|
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"
|