diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/mei/echo/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/false/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/hostname/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/printf/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/pwd/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/true/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/yes/Cargo.toml | 2 |
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" |