Update cargo configurations
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m19s
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m19s
This commit is contained in:
@@ -4,3 +4,10 @@ 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"
|
||||
|
@@ -1,10 +1,13 @@
|
||||
[package]
|
||||
name = "create-worktree"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Noah Knegt <noah.knegt@priva.com>"]
|
||||
description = "A tool to create git worktrees with convenient branch management"
|
||||
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license-file.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
anyhow = "1.0"
|
||||
|
@@ -1,9 +1,12 @@
|
||||
[package]
|
||||
name = "setup-repo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Tool to set up Git repositories for worktree development"
|
||||
authors = ["Noah Knegt <noah.knegt@priva.com>"]
|
||||
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license-file.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
Reference in New Issue
Block a user