mirror of
https://git.sr.ht/~spicywolf/k2spice
synced 2025-01-18 17:59:39 +00:00
add license information to Cargo manifest
This commit is contained in:
parent
25f2f5d358
commit
e9028cfd56
|
@ -13,6 +13,7 @@ members = [
|
|||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "CDDL-1.0"
|
||||
authors = ["Ren Kararou <ren@kararou.space>", "Ezra Barrow <barrow@tilde.team>"]
|
||||
description = "CLA Approved Opinionated Systems Software"
|
||||
documentation = "https://k2spice.lesbianunix.dev/"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "echo"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "falsecmd"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "hostname"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "printf"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "pwd"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "truecmd"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "yes"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
documentation.workspace = true
|
||||
|
|
Loading…
Reference in a new issue