nix/modules/home-manager/eww/scripts/workspaces/src/Cargo.toml
Daniel Flanagan 07c9950cb8
Some checks failed
/ check (push) Failing after 2m6s
Goofin'
2025-01-22 11:56:29 -06:00

19 lines
289 B
TOML

[package]
name = "hyprland-workspaces-eww"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hyprland-workspaces-eww"
path = "./main.rs"
[dependencies]
serde = "1.0.217"
serde_json = "1.0.137"
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"