forked from kemitix/git-next
chore: add license and descriptions for each crate
This commit is contained in:
parent
19d1f77065
commit
e410cfc4f1
13 changed files with 25 additions and 0 deletions
|
@ -5,6 +5,7 @@ members = ["crates/*"]
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[workspace.lints.clippy]
|
[workspace.lints.clippy]
|
||||||
nursery = { level = "warn", priority = -1 }
|
nursery = { level = "warn", priority = -1 }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-actor-macros"
|
name = "git-next-actor-macros"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "macros for actors for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Actors
|
# Actors
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "CLI support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-server = { workspace = true }
|
git-next-server = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-config"
|
name = "git-next-config"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Base types for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["forgejo", "github"]
|
default = ["forgejo", "github"]
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-file-watcher-actor"
|
name = "git-next-file-watcher-actor"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Config file watcher for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-forge-forgejo"
|
name = "git-next-forge-forgejo"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Forgejo support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-forge-github"
|
name = "git-next-forge-github"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "GitHub support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-forge"
|
name = "git-next-forge"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Generic forge support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["forgejo", "github"]
|
default = ["forgejo", "github"]
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-git"
|
name = "git-next-git"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "git support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-repo-actor"
|
name = "git-next-repo-actor"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Repository support for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["forgejo", "github"]
|
default = ["forgejo", "github"]
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-server-actor"
|
name = "git-next-server-actor"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "Server actor for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-server"
|
name = "git-next-server"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "server for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
name = "git-next-webhook-actor"
|
name = "git-next-webhook-actor"
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
descripition = "webhook actor for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
git-next-config = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue