From b7607047b1736d34d8b674c98efd317d10d1d5fd Mon Sep 17 00:00:00 2001 From: Jonathan Nilsson Date: Mon, 30 Jan 2017 11:54:54 +0100 Subject: [PATCH] Allow building of the documentation with cargo doc --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dc88c7e5..2f12b0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ path = "src/lib.rs" [[bin]] name = "librespot" path = "src/main.rs" +doc = false [dependencies.librespot-protocol] path = "protocol"