From 4daa446eed00f86cc6290ce128050995804ded89 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 30 Oct 2025 14:31:58 +0300 Subject: First release. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3d3e64f..1f76662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,11 @@ name = "suicidekit" version = "0.1.0" edition = "2021" build = "build.rs" +license = "BSD-2-Clause" +authors = ["Borisov Alexey "] [dependencies] -clap = "4.5.50" +clap = { version = "4.5.49", features = ["derive"] } rand = "0.9.2" [build-dependencies] -- cgit v1.2.3