Lucien Cartier-Tilet
a49c88a7c6
It is now possible to manually set the different levels with command-line arguments.
17 lines
445 B
TOML
17 lines
445 B
TOML
[package]
|
|
name = "pumopm"
|
|
version = "0.1.0"
|
|
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
|
edition = "2018"
|
|
description = "Simple power manager for systemd-based Linux"
|
|
repository = "https://labs.phundrak.com/phundrak/pumopm"
|
|
license = "GPL-3.0-or-later"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
battery = "0.7.5"
|
|
notify-rust = "4"
|
|
clap = "2.33"
|