1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 09:49:38 +00:00

add repository and readme information to the cargo manifest

This commit is contained in:
Ren Kararou 2023-11-15 17:21:14 -06:00
parent e9028cfd56
commit 6a8f7dce84
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6
8 changed files with 25 additions and 0 deletions

View file

@ -9,6 +9,15 @@ members = [
"usr/src/mei/false",
"usr/src/mei/hostname",
]
default-members = [
"usr/src/mei/true",
"usr/src/mei/pwd",
"usr/src/mei/yes",
"usr/src/mei/echo",
"usr/src/mei/printf",
"usr/src/mei/false",
"usr/src/mei/hostname",
]
[workspace.package]
version = "0.1.0"
@ -17,6 +26,8 @@ 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/"
repository = "https://git.sr.ht/~spicywolf/k2spice"
readme = "README.md"
[workspace.dependencies]
nix = "0.27"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "echo"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "false"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "hostname"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "printf"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "pwd"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "true"

View file

@ -6,6 +6,8 @@ license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "yes"