diff options
author | Ren Kararou <[email protected]> | 2023-05-26 14:46:39 -0500 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-05-26 14:46:39 -0500 |
commit | 091e496d157b73337c634085a99009fd7257512b (patch) | |
tree | adaa98b7d6ccf2f3a0cabc1bbe6fcec0cf8fb223 /Cargo.toml | |
parent | c9808091cc259b88314ad0077555117b5c5c3714 (diff) | |
download | k2spice-091e496d157b73337c634085a99009fd7257512b.tar.gz k2spice-091e496d157b73337c634085a99009fd7257512b.tar.bz2 k2spice-091e496d157b73337c634085a99009fd7257512b.zip |
doing silly things, ignore me
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..490f945 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[workspace] + +members = [ + # userspace commands + "usr/src/mei/true", + "usr/src/mei/pwd", + "usr/src/mei/yes", + "usr/src/mei/echo", + "usr/src/mei/printf", + # system + "usr/src/kei", +] |