Files
repo-utils/Cargo.toml
2025-05-08 14:09:29 +02:00

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"