summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f76662..bc2d20f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ 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"