sway-profiles-rs/Cargo.toml
2025-09-19 23:53:44 -07:00

17 lines
316 B
TOML

[package]
name = "sway-profiles"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
confy = "1.0.0"
image = "0.25.8"
notify = "8.2.0"
serde = "1.0.219"
serde_json = "1.0.142"
sha2 = "0.10.9"
shellexpand = "3.1.1"
swayipc = "3.0.3"
walkdir = "2.5.0"
xdg = "3.0.0"