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