about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2023-11-15 17:21:14 -0600
committerRen Kararou <[email protected]>2023-11-15 17:21:14 -0600
commit6a8f7dce846fabbf71881d9f2beba5504133730d (patch)
treec77c3b43bd21cfa79c71d7d63521863f374a9d5b
parente9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (diff)
downloadk2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.gz
k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.bz2
k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.zip
add repository and readme information to the cargo manifest
-rw-r--r--Cargo.toml11
-rw-r--r--usr/src/mei/echo/Cargo.toml2
-rw-r--r--usr/src/mei/false/Cargo.toml2
-rw-r--r--usr/src/mei/hostname/Cargo.toml2
-rw-r--r--usr/src/mei/printf/Cargo.toml2
-rw-r--r--usr/src/mei/pwd/Cargo.toml2
-rw-r--r--usr/src/mei/true/Cargo.toml2
-rw-r--r--usr/src/mei/yes/Cargo.toml2
8 files changed, 25 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79fbcfc..f728548 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 <[email protected]>", "Ezra Barrow <[email protected]>"]
 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"
diff --git a/usr/src/mei/echo/Cargo.toml b/usr/src/mei/echo/Cargo.toml
index 3c1ddcd..9843f42 100644
--- a/usr/src/mei/echo/Cargo.toml
+++ b/usr/src/mei/echo/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/false/Cargo.toml b/usr/src/mei/false/Cargo.toml
index 9c9ea18..6b76670 100644
--- a/usr/src/mei/false/Cargo.toml
+++ b/usr/src/mei/false/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/hostname/Cargo.toml b/usr/src/mei/hostname/Cargo.toml
index 1774e30..8e62267 100644
--- a/usr/src/mei/hostname/Cargo.toml
+++ b/usr/src/mei/hostname/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml
index 72b5ef4..c89a23b 100644
--- a/usr/src/mei/printf/Cargo.toml
+++ b/usr/src/mei/printf/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/pwd/Cargo.toml b/usr/src/mei/pwd/Cargo.toml
index 18af8c7..6671d1c 100644
--- a/usr/src/mei/pwd/Cargo.toml
+++ b/usr/src/mei/pwd/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml
index bcbbe2e..50f6bc0 100644
--- a/usr/src/mei/true/Cargo.toml
+++ b/usr/src/mei/true/Cargo.toml
@@ -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"
diff --git a/usr/src/mei/yes/Cargo.toml b/usr/src/mei/yes/Cargo.toml
index 40f8366..b161890 100644
--- a/usr/src/mei/yes/Cargo.toml
+++ b/usr/src/mei/yes/Cargo.toml
@@ -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"