diff --git a/Cargo.toml b/Cargo.toml index d9716ccb..3e2c3605 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 13abd6e2..b5083ab1 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 7e4612c9..66b64d3c 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 e3ad3f75..3ed140ad 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 bff9926b..aa353b82 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 d4ab3863..43f07baa 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 52a35f88..44813bc4 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 a2e99a45..737a223b 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 5be4f4ad..48d96664 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 ee5b5387..11e7418e 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 ca7c2da3..e0a42eb7 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 6501a045..a6115b90 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 0637f612..f50dafad 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 }