worf/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

9 lines
137 B
TOML

[workspace]
members = [
"worf",
"examples/worf-warden",
"examples/worf-hyprswitch",
"examples/worf-hyprspace",
]
resolver = "3"