-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (22 loc) · 722 Bytes
/
Cargo.toml
File metadata and controls
23 lines (22 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Andreas Backx"]
categories = ["command-line-utilities"]
description = "Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice."
edition = "2021"
repository = "https://github.com/AndreasBackx/waycorner"
keywords = ["wayland", "hot-corners", "swaywm", "wlroots"]
license = "MIT"
name = "waycorner"
version = "0.2.3"
[dependencies]
anyhow = "1.0"
clap = { version = "4.3.0", features = ["derive"] }
crossbeam-utils = "0.8.15"
regex = "1.8"
serde = { version = "1.0.163", features = ["derive"] }
smithay-client-toolkit = "0.16.1"
toml = "0.7.4"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
wayland-client = "0.29.5"
wayland-protocols = "0.29.5"