mirror of
https://git.sr.ht/~spicywolf/k2spice
synced 2025-01-18 17:59:39 +00:00
add repository and readme information to the cargo manifest
This commit is contained in:
parent
e9028cfd56
commit
6a8f7dce84
11
Cargo.toml
11
Cargo.toml
|
@ -9,6 +9,15 @@ members = [
|
||||||
"usr/src/mei/false",
|
"usr/src/mei/false",
|
||||||
"usr/src/mei/hostname",
|
"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]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -17,6 +26,8 @@ license = "CDDL-1.0"
|
||||||
authors = ["Ren Kararou <ren@kararou.space>", "Ezra Barrow <barrow@tilde.team>"]
|
authors = ["Ren Kararou <ren@kararou.space>", "Ezra Barrow <barrow@tilde.team>"]
|
||||||
description = "CLA Approved Opinionated Systems Software"
|
description = "CLA Approved Opinionated Systems Software"
|
||||||
documentation = "https://k2spice.lesbianunix.dev/"
|
documentation = "https://k2spice.lesbianunix.dev/"
|
||||||
|
repository = "https://git.sr.ht/~spicywolf/k2spice"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
nix = "0.27"
|
nix = "0.27"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "echo"
|
name = "echo"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "false"
|
name = "false"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "hostname"
|
name = "hostname"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "printf"
|
name = "printf"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "pwd"
|
name = "pwd"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "true"
|
name = "true"
|
||||||
|
|
|
@ -6,6 +6,8 @@ license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
documentation.workspace = true
|
documentation.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
readme.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "yes"
|
name = "yes"
|
||||||
|
|
Loading…
Reference in a new issue