소스 검색

Allow building of the documentation with cargo doc

Jonathan Nilsson 8 년 전
부모
커밋
b7607047b1
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"