Skip to content

Commit de64613

Browse files
committed
minor manifest reorder
1 parent bbe67a1 commit de64613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "mpd"
3-
version = "0.0.8"
42
authors = ["Konstantin Stepanov <[email protected]>"]
53
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"
84
documentation = "http://kstep.me/rust/doc/mpd/mpd/index.html"
5+
homepage = "https://github.com/kstep/rust-mpd"
96
license = "MIT"
7+
name = "mpd"
8+
repository = "https://github.com/kstep/rust-mpd.git"
9+
version = "0.0.8"
1010

1111
[dependencies]
1212
bufstream = "0.1.1"

0 commit comments

Comments
 (0)