summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-10-29 00:17:37 +0300
committerNamilskyy <alive6863@gmail.com>2025-10-29 00:18:11 +0300
commit6833ea062f264ff35773f23f6f68b293b4cfec34 (patch)
tree94729c4364bc1a304e295b31cae89dca0b845832 /Cargo.toml
parentd7c64d28e1bb3a9e8f563704128593da80b9f0a7 (diff)
Implemented some not critical functions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8c9ba78
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "suicidekit"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = "4.5.50"
+rand = "0.9.2"