Преглед изворни кода

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"