summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-10-30 14:31:58 +0300
committerNamilskyy <alive6863@gmail.com>2025-10-30 14:31:58 +0300
commit4daa446eed00f86cc6290ce128050995804ded89 (patch)
tree56d5a11a44598370915536ffa33a56cc85ffaedb /Cargo.toml
parentc3ebda7ce605e40e6bc43b3d492f0fb0a8153e59 (diff)
First release.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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 <arcanetmod@gmail.com>"]
[dependencies]
-clap = "4.5.50"
+clap = { version = "4.5.49", features = ["derive"] }
rand = "0.9.2"
[build-dependencies]