battered 0.9.0

Make the most of your laptop's battery life with custom actions and informative desktop notifications.
[[bin]]
name = "battered"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.notify-rust]
version = "4.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_with]
version = "3.14"

[dependencies.shell-words]
version = "1.1"

[dependencies.starship-battery]
version = "0.10"

[dependencies.toml]
version = "0.9"

[package]
authors = ["Thomas Kager <t4k1t+dev@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Make the most of your laptop's battery life with custom actions and informative desktop notifications."
edition = "2021"
exclude = [".github/*", "justfile", "assets/icon/battered-icon.inkscape.svg", "docs/src/*"]
keywords = ["battery", "linux", "notification", "cli", "command"]
license = "MIT"
name = "battered"
readme = "README.md"
repository = "https://github.com/t4k1t/battered"
version = "0.9.0"