Files
ambiligth/Cargo.toml
2026-03-16 14:25:32 +01:00

22 lines
492 B
TOML

[package]
name = "ambiligth"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
config = "0.15.21"
ctrlc = "3.5.2"
futures = "0.3"
grim-rs = "0.1.6"
image = "0.25.10"
image-compare = "0.5.0"
libc = "0.2.183"
okmain = "0.2.0"
reqwest = { version = "0.13.2", features = ["json"] }
rgb = "0.8"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["full"] }
tray-item = { version = "0.10.0", features = ["ksni"] }