about summary refs log tree commit diff stats
path: root/usr/src/mei/false/Cargo.toml
diff options
context:
space:
mode:
authorEzra Barrow <[email protected]>2023-11-14 01:48:54 -0600
committerEzra Barrow <[email protected]>2023-11-14 01:56:29 -0600
commit56f461df4ad1cd990f4ce6406e766891d5c2efc1 (patch)
tree41f3611b0bbd4268d82f2d397bdd8d1ecc0a358c /usr/src/mei/false/Cargo.toml
parent0fb2dd8feda77b073e04905954b4d21129e8cf52 (diff)
downloadk2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.tar.gz
k2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.tar.bz2
k2spice-56f461df4ad1cd990f4ce6406e766891d5c2efc1.zip
Add false, rewrite true
Diffstat (limited to 'usr/src/mei/false/Cargo.toml')
-rw-r--r--usr/src/mei/false/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/mei/false/Cargo.toml b/usr/src/mei/false/Cargo.toml
new file mode 100644
index 0000000..7de9061
--- /dev/null
+++ b/usr/src/mei/false/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "falsecmd"
+version = "0.1.0"
+edition = "2021"
+
+[[bin]]
+name = "false"
+path = "src/false.rs"
+
+[dependencies]