summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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]