sway-profiles-rs/Cargo.toml
2025-09-17 00:05:55 -07:00

16 lines
299 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"
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"