sway-flash-indicator/Cargo.toml

19 lines
401 B
TOML
Raw Normal View History

2024-07-24 14:25:42 +10:00
[package]
name = "sway-flash-indicator"
2024-08-02 16:05:44 +10:00
version = "0.4.2"
2024-07-24 14:25:42 +10:00
edition = "2021"
[dependencies]
log = "0.4.20"
2024-08-27 11:45:51 +10:00
log4rs = "1.3.0"
2024-07-24 14:25:42 +10:00
swayipc-async = "2.0.3"
tokio = { version = "1.39.1", features = ["full"] }
futures-util = "0.3.30"
2024-07-24 15:14:10 +10:00
lab = "0.11.0"
2024-07-24 16:00:14 +10:00
directories = "5.0.1"
toml = "0.8.15"
serde = { version = "1.0.204", features = ["derive"] }
2024-07-25 14:16:10 +10:00
thiserror = "1.0.63"
2024-07-30 16:27:09 +10:00
notify-debouncer-mini = "0.4.1"
notify = "6.1.1"