aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormustafa salih <mustafasalih1991@gmail.com>2021-01-11 05:37:56 +0300
committermustafa salih <mustafasalih1991@gmail.com>2021-01-11 05:37:56 +0300
commit5e993cbd82bd58fdfbe62f668b3089c880cbb8a2 (patch)
tree6c97d92da297c612ca8cb86b54db40f0510390ef /Cargo.toml
parent21d03ad9d06e8f27286e4937ad0ac97db986fd38 (diff)
rsblocks now support mpd
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef392be..1c7f856 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"