From b831c4a42a8d88714acadb7b1e0db0fad2c30b6a Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Sun, 20 Mar 2022 19:58:29 +0100 Subject: [PATCH] Exlcude examples, .github and protobuf from the package. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 35d1b6c56..a255026c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,11 @@ version = "0.17.0" authors = ["Aleh Zasypkin "] categories = ["api-bindings", "hardware-support", "multimedia"] edition = "2021" +exclude = [ + ".github/*", + "examples/*", + "protobuf/*", +] [dependencies] byteorder = "1.4.3"