From c289617ba9d530fc04bb197745b75e0c852a7711 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 14 Jul 2024 13:32:07 +0100 Subject: [PATCH] fix: typo and missing repository entry in Cargo.toml files --- Cargo.toml | 1 + crates/actor-macros/Cargo.toml | 3 ++- crates/cli/Cargo.toml | 3 ++- crates/config/Cargo.toml | 3 ++- crates/file-watcher-actor/Cargo.toml | 3 ++- crates/forge-forgejo/Cargo.toml | 3 ++- crates/forge-github/Cargo.toml | 3 ++- crates/forge/Cargo.toml | 3 ++- crates/git/Cargo.toml | 3 ++- crates/repo-actor/Cargo.toml | 3 ++- crates/server-actor/Cargo.toml | 3 ++- crates/server/Cargo.toml | 3 ++- crates/webhook-actor/Cargo.toml | 3 ++- 13 files changed, 25 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9716cc..3e2c360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ members = ["crates/*"] version = "0.9.1" edition = "2021" license = "MIT" +repository = "https://git.kemitix.net/kemitix/git-next" [workspace.lints.clippy] nursery = { level = "warn", priority = -1 } diff --git a/crates/actor-macros/Cargo.toml b/crates/actor-macros/Cargo.toml index 13abd6e..b5083ab 100644 --- a/crates/actor-macros/Cargo.toml +++ b/crates/actor-macros/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-actor-macros" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "macros for actors for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "macros for actors for git-next, the trunk-based development manager" [dependencies] # Actors diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7e4612c..66b64d3 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "CLI support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "CLI support for git-next, the trunk-based development manager" [dependencies] git-next-server = { workspace = true } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index e3ad3f7..3ed140a 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-config" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Base types for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Base types for git-next, the trunk-based development manager" [features] default = ["forgejo", "github"] diff --git a/crates/file-watcher-actor/Cargo.toml b/crates/file-watcher-actor/Cargo.toml index bff9926..aa353b8 100644 --- a/crates/file-watcher-actor/Cargo.toml +++ b/crates/file-watcher-actor/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-file-watcher-actor" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Config file watcher for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Config file watcher for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/forge-forgejo/Cargo.toml b/crates/forge-forgejo/Cargo.toml index d4ab386..43f07ba 100644 --- a/crates/forge-forgejo/Cargo.toml +++ b/crates/forge-forgejo/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-forge-forgejo" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Forgejo support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Forgejo support for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/forge-github/Cargo.toml b/crates/forge-github/Cargo.toml index 52a35f8..44813bc 100644 --- a/crates/forge-github/Cargo.toml +++ b/crates/forge-github/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-forge-github" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "GitHub support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "GitHub support for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/forge/Cargo.toml b/crates/forge/Cargo.toml index a2e99a4..737a223 100644 --- a/crates/forge/Cargo.toml +++ b/crates/forge/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-forge" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Generic forge support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Generic forge support for git-next, the trunk-based development manager" [features] default = ["forgejo", "github"] diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 5be4f4a..48d9666 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-git" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "git support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "git support for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/repo-actor/Cargo.toml b/crates/repo-actor/Cargo.toml index ee5b538..11e7418 100644 --- a/crates/repo-actor/Cargo.toml +++ b/crates/repo-actor/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-repo-actor" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Repository support for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Repository support for git-next, the trunk-based development manager" [features] default = ["forgejo", "github"] diff --git a/crates/server-actor/Cargo.toml b/crates/server-actor/Cargo.toml index ca7c2da..e0a42eb 100644 --- a/crates/server-actor/Cargo.toml +++ b/crates/server-actor/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-server-actor" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "Server actor for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "Server actor for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 6501a04..a6115b9 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-server" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "server for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "server for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true } diff --git a/crates/webhook-actor/Cargo.toml b/crates/webhook-actor/Cargo.toml index 0637f61..f50dafa 100644 --- a/crates/webhook-actor/Cargo.toml +++ b/crates/webhook-actor/Cargo.toml @@ -3,7 +3,8 @@ name = "git-next-webhook-actor" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -descripition = "webhook actor for git-next, the trunk-based development manager" +repository = { workspace = true } +description = "webhook actor for git-next, the trunk-based development manager" [dependencies] git-next-config = { workspace = true }