瀏覽代碼

Merge pull request #151 from JoNil/master

Allow building of the documentation with cargo doc
Paul Lietar 8 年之前
父節點
當前提交
7b77d5b87d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"