diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
