diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-04-29 21:59:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 21:59:59 +0300 |
commit | 6b92cecef43b824c0dbae69312fcf669a5058853 (patch) | |
tree | 3464c07cfa27376f416ee76b49602d9f92ad3f6c /Cargo.toml | |
parent | cc0c16a3d0179156059971303779263bfc450d35 (diff) |
getting battery percentage programmatically (#50)
* getting battery percentage programmatically
* cargo.lock edit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |