mpd-utils 0.2.1

Utilities for working with MPD servers, built on top of `mpd_client` and `tokio`
Documentation
[dependencies.futures]
version = "0.3.30"

[dependencies.mpd_client]
version = "1.3.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
features = ["rt-multi-thread", "time"]
version = "1.35.1"

[dependencies.tracing]
version = "0.1.40"

[package]
description = "Utilities for working with MPD servers, built on top of `mpd_client` and `tokio`"
edition = "2021"
license = "MIT"
name = "mpd-utils"
readme = "README.md"
version = "0.2.1"