19 lines
482 B
TOML
19 lines
482 B
TOML
[package]
|
|
name = "wattbar"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wayland-client = "0.29"
|
|
wayland-protocols = "0.29"
|
|
anyhow = "1"
|
|
smithay-client-toolkit = { version = "0.15", default-features = false, features = ["calloop"] }
|
|
calloop = "0.9.3"
|
|
|
|
zbus = "2.2.0"
|
|
upower_dbus = { version = "0.2.0" }
|
|
futures = { version = "0.3.21", features = ["executor"] }
|
|
|
|
palette = "0.6.0" |