From 8d825ad22eadfcb6752a9d56813d7b919d667a39 Mon Sep 17 00:00:00 2001 From: "You Guang (Alan Matthew)" Date: Wed, 17 May 2023 04:18:36 +0800 Subject: [PATCH] Issue Suggestion - Exclude unnecessary files from the crate (#60) --- waku-sys/Cargo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index 61170a0..acc8042 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -13,7 +13,18 @@ categories = ["network-programming"] exclude = [ "vendor/examples/*", - "vendor/docs/*" + "vendor/docs/*", + "vendor/coverage/*", + "vendor/pkg/*", + "vendor/scripts/*", + "vendor/tests/*", + "vendor/ci/*", + "vendor/cmd/*", + "**/*.md", + "**/*.lock", + "**/*.nix", + "**/Makefile", + "**/Dockerfile", ] [lib]