forked from kemitix/git-next
fix: typo and missing repository entry in Cargo.toml files
This commit is contained in:
parent
4c2e122346
commit
c289617ba9
13 changed files with 25 additions and 12 deletions
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue