1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

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]]
name = "librespot"
path = "src/main.rs"
doc = false
[dependencies.librespot-protocol]
path = "protocol"