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"