sway-flash-indicator/Cargo.toml

20 lines
457 B
TOML
Raw Permalink Normal View History

2024-07-24 14:25:42 +10:00
[package]
name = "sway-flash-indicator"
2024-10-14 09:56:25 +11:00
version = "0.7.0"
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-10-07 12:15:53 +11:00
futures-util = "0.3.31"
2024-07-24 16:00:14 +10:00
directories = "5.0.1"
2024-08-27 11:51:56 +10:00
toml = "0.8.19"
2024-09-24 14:28:39 +10:00
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"
2024-07-30 16:27:09 +10:00
notify-debouncer-mini = "0.4.1"
notify = "6.1.1"
2024-09-05 09:36:49 +10:00
palette = "0.7.6"
2024-10-14 09:39:16 +11:00
clap = { version = "4.5.20", features = ["derive"] }