We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe67a1 commit de64613Copy full SHA for de64613
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
-name = "mpd"
3
-version = "0.0.8"
4
authors = ["Konstantin Stepanov <[email protected]>"]
5
description = "A client library for MPD (music player daemon), like libmpdclient but in Rust"
6
-homepage = "https://github.com/kstep/rust-mpd"
7
-repository = "https://github.com/kstep/rust-mpd.git"
8
documentation = "http://kstep.me/rust/doc/mpd/mpd/index.html"
+homepage = "https://github.com/kstep/rust-mpd"
9
license = "MIT"
+name = "mpd"
+repository = "https://github.com/kstep/rust-mpd.git"
+version = "0.0.8"
10
11
[dependencies]
12
bufstream = "0.1.1"
0 commit comments