sway-profiles-rs/Cargo.toml
2025-10-01 08:33:14 -07:00

22 lines
417 B
TOML

[package]
name = "sway-profiles"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
confy = "1.0.0"
env_logger = "0.11.8"
image = "0.25.8"
log = "0.4.28"
miette = "7.6.0"
serde = "1.0.219"
serde_json = "1.0.142"
sha2 = "0.10.9"
shellexpand = "3.1.1"
swayipc = "3.0.3"
tokio = "1.47.1"
walkdir = "2.5.0"
watchexec = "8.0.1"
watchexec-events = "6.0.0"
xdg = "3.0.0"