Files
repo-utils/Cargo.toml
2025-07-03 22:34:44 +02:00

17 lines
343 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"