16 lines
338 B
TOML
16 lines
338 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"command-with-spinner",
|
|
"create-worktree", "git",
|
|
"git-ssh-bitwarden",
|
|
"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"
|