about summary refs log tree commit diff stats
path: root/usr/src/kei/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/kei/Cargo.toml')
-rw-r--r--usr/src/kei/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/src/kei/Cargo.toml b/usr/src/kei/Cargo.toml
deleted file mode 100644
index 1d24f77..0000000
--- a/usr/src/kei/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "kei"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[[bin]]
-name = "kei"
-path = "src/main.rs"
-
-[dependencies]