Merge pull request #151 from JoNil/master

Allow building of the documentation with cargo doc
This commit is contained in:
Paul Lietar 2017-02-09 03:10:02 +00:00 committed by GitHub
commit 7b77d5b87d

View file

@ -16,6 +16,7 @@ path = "src/lib.rs"
[[bin]]
name = "librespot"
path = "src/main.rs"
doc = false
[dependencies.librespot-protocol]
path = "protocol"