worf/examples/worf-hyprswitch/Cargo.toml
Alexander Mohr 0fdee55fbe improve formatting w/ nightly toolchain
nightly rustformat allows some
advanced formatting for strings and
imports.
Add a pipeline steps that validates through this.
2025-07-26 22:50:33 +02:00

13 lines
245 B
TOML

[package]
name = "worf-hyprswitch"
version = "0.1.0"
edition = "2024"
[dependencies]
worf = { path = "../../worf" }
env_logger = "0.11.8"
hyprland = "0.4.0-beta.2"
sysinfo = "0.35.2"
freedesktop-icons = "0.4.0"
rayon = "1.10.0"
toml = "0.8.22"