about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 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"