Allow building of the documentation with cargo doc

This commit is contained in:
Jonathan Nilsson 2017-01-30 11:54:54 +01:00
parent 7be9626836
commit b7607047b1

View file

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