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-27 11:51:56 +10:00
version = "0.4.3"
2024-07-24 14:25:42 +10:00
edition = "2021"
[dependencies]
2024-08-27 11:51:56 +10:00
log = "0.4.22"
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"
2024-09-05 09:02:34 +10:00
tokio = { version = "1.40.0", features = ["full"] }
2024-07-24 14:25:42 +10:00
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"
2024-08-27 11:51:56 +10:00
toml = "0.8.19"
serde = { version = "1.0.209", 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"