diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-10-29 22:27:03 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-10-29 22:27:03 +0300 |
| commit | 8aff5a0353bbfc95e57be95fb3046201b22fb7dd (patch) | |
| tree | 2b615c5b1a5b81c76e60e3914067020ddc4fceb5 /Cargo.toml | |
| parent | 438d782b4923a0d3cf97a26b5e10a840b4bc5cc1 (diff) | |
Building release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
