Files
repo-utils/Cargo.toml

17 lines
343 B
TOML
Raw Normal View History

2025-05-07 18:59:03 +02:00
[workspace]
resolver = "3"
members = [
"command-with-spinner",
"create-worktree",
"git",
"git-ssh-bitwarden",
2025-05-07 18:59:03 +02:00
"setup-repo",
]
2025-05-07 20:03:31 +02:00
package.edition = "2024"
package.authors = [
"Noah Knegt <personal@noahknegt.com>"
]
package.license-file = "LICENSE"
package.repository = "https://git.noahknegt.com/noah.knegt/repo-utils"