Browse Source

Merge pull request #151 from JoNil/master

Allow building of the documentation with cargo doc
Paul Lietar 7 years ago
parent
commit
7b77d5b87d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

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