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 /usr/src/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 'usr/src/Cargo.toml')
-rw-r--r-- | usr/src/Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/Cargo.toml b/usr/src/Cargo.toml deleted file mode 100644 index e05b531..0000000 --- a/usr/src/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[workspace] - -members = [ - # userspace commands - "mei/true", - "mei/pwd", - "mei/yes", - "mei/echo", - # system - "kei", -] |