diff options
author | Ezra Barrow <[email protected]> | 2023-11-14 01:48:54 -0600 |
---|---|---|
committer | Ezra Barrow <[email protected]> | 2023-11-14 01:56:29 -0600 |
commit | 56f461df4ad1cd990f4ce6406e766891d5c2efc1 (patch) | |
tree | 41f3611b0bbd4268d82f2d397bdd8d1ecc0a358c /Cargo.toml | |
parent | 0fb2dd8feda77b073e04905954b4d21129e8cf52 (diff) | |
download | k2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.tar.gz k2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.tar.bz2 k2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.zip |
Add false, rewrite true
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index bb63fd3..695f829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,5 @@ members = [ "usr/src/mei/yes", "usr/src/mei/echo", "usr/src/mei/printf", + "usr/src/mei/false", ] |