mpd 0.0.6

A client library for MPD (music player daemon), like libmpdclient but in Rust
[package]
name = "mpd"
version = "0.0.6"
authors = ["Konstantin Stepanov <me@kstep.me>"]
description = "A client library for MPD (music player daemon), like libmpdclient but in Rust"
homepage = "https://github.com/kstep/rust-mpd"
repository = "https://github.com/kstep/rust-mpd.git"
documentation = "http://kstep.me/rust/doc/mpd/mpd/index.html"
license = "MIT"

[dependencies]
rustc-serialize = "*"
time = "*"
bufstream = "*"

[dev-dependencies]
unix_socket = "*"