diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:33:25 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:37:31 +0300 |
commit | e2ada3238359e0a551db4b34cbe915664c1d2608 (patch) | |
tree | 79a8c8ecc51a2eaa7684e7a2d7c12b42ff89bbbe /Cargo.toml | |
parent | e7e258dcd38ae9ee9eea4c6f343eeff2fcaf6ec7 (diff) |
Revert "rsblocks now support spotify using dbus"
This reverts commit e7e258dcd38ae9ee9eea4c6f343eeff2fcaf6ec7.
updated readme file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.9" +version = "0.1.8" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" @@ -17,7 +17,6 @@ minreq = "2.2.1" alsa = "0.4.3" nix = "0.19.1" mpd = "0.0.12" -dbus = "0.9.1" [dependencies.breadx] version = "0.1.11" |