sway-profiles-rs/Cargo.toml
2025-09-21 01:23:36 -07:00

20 lines
380 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"
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"