summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bc2d20fc54ee0142e94c6b76a4aa8b17d02caf38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "suicidekit"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "BSD-2-Clause" 
authors = ["Borisov Alexey <arcanetmod@gmail.com>"]

[dependencies]
clap = { version = "4.5.49", features = ["derive"] }
rand = "0.9.2"
wayland-client = "0.29.0"
x11 = "2.21.0"

[build-dependencies]
cc = "1.1"