summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-10-29 22:27:03 +0300
committerNamilskyy <alive6863@gmail.com>2025-10-29 22:27:03 +0300
commit8aff5a0353bbfc95e57be95fb3046201b22fb7dd (patch)
tree2b615c5b1a5b81c76e60e3914067020ddc4fceb5 /Cargo.toml
parent438d782b4923a0d3cf97a26b5e10a840b4bc5cc1 (diff)
Building release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c9ba78..3d3e64f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,11 @@
name = "suicidekit"
version = "0.1.0"
edition = "2021"
+build = "build.rs"
[dependencies]
clap = "4.5.50"
rand = "0.9.2"
+
+[build-dependencies]
+cc = "1.1"