diff options
author | Ren Kararou <[email protected]> | 2023-11-15 17:21:14 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-15 17:21:14 -0600 |
commit | 6a8f7dce846fabbf71881d9f2beba5504133730d (patch) | |
tree | c77c3b43bd21cfa79c71d7d63521863f374a9d5b /Cargo.toml | |
parent | e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (diff) | |
download | k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.gz k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.bz2 k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.zip |
add repository and readme information to the cargo manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
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" |