mpdclient 0.2.0

Rust interface to MPD using libmpdclient
Documentation
[package]
name = "mpdclient"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Rust interface to MPD using libmpdclient"
repository = "https://codeberg.org/fregrem/mpdclient"

[features]
protocol_0_24 = []

[dependencies]
mpdclient-sys = "3"
thiserror = "2.0"

[dev-dependencies]
eyre = "0.6"
tokio = { version = "1.49", features = ["macros", "rt-multi-thread", "time"] }
rand = "0.9"