about summary refs log tree commit diff stats
path: root/usr
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 /usr
parente9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (diff)
downloadk2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.gz
k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.bz2
k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.zip
add repository and readme information to the cargo manifest
Diffstat (limited to 'usr')
-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
7 files changed, 14 insertions, 0 deletions
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"