aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com>2021-04-29 21:59:59 +0300
committerGitHub <noreply@github.com>2021-04-29 21:59:59 +0300
commit6b92cecef43b824c0dbae69312fcf669a5058853 (patch)
tree3464c07cfa27376f416ee76b49602d9f92ad3f6c /Cargo.toml
parentcc0c16a3d0179156059971303779263bfc450d35 (diff)
getting battery percentage programmatically (#50)
* getting battery percentage programmatically * cargo.lock edit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 780e7cf..2cd4f5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsblocks"
-version = "0.1.13"
+version = "0.1.14"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018"
readme = "README.md"
@@ -20,7 +20,7 @@ mpd = "0.0.12"
nix = "0.19.1"
serde = {version = "1.0.120", features = ["derive"]}
serde_yaml = "0.8.15"
-
+battery = "0.7"
[dependencies.breadx]
version = "0.1.11"