From 6a8f7dce846fabbf71881d9f2beba5504133730d Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Wed, 15 Nov 2023 17:21:14 -0600 Subject: add repository and readme information to the cargo manifest --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') 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 ", "Ezra Barrow "] 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" -- cgit 1.4.1-2-gfad0