nightly rustformat allows some advanced formatting for strings and imports. Add a pipeline steps that validates through this.
13 lines
245 B
TOML
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"
|