diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-11 05:37:56 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-11 05:37:56 +0300 |
commit | 5e993cbd82bd58fdfbe62f668b3089c880cbb8a2 (patch) | |
tree | 6c97d92da297c612ca8cb86b54db40f0510390ef /Cargo.toml | |
parent | 21d03ad9d06e8f27286e4937ad0ac97db986fd38 (diff) |
rsblocks now support mpd
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.5" +version = "0.1.6" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" @@ -16,6 +16,7 @@ yaml-rust = "0.4" minreq = "2.2.1" alsa = "0.4.3" nix = "0.19.1" +mpd = "0.0.12" [dependencies.breadx] version = "0.1.11" |