mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Allow building of the documentation with cargo doc
This commit is contained in:
parent
7be9626836
commit
b7607047b1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue