From 6833ea062f264ff35773f23f6f68b293b4cfec34 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 29 Oct 2025 00:17:37 +0300 Subject: Implemented some not critical functions. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3