From 0a80fda0036a21284e5eed5ca2366419705df1c7 Mon Sep 17 00:00:00 2001 From: You Guang Date: Mon, 15 May 2023 16:07:46 +0800 Subject: [PATCH] Exclude unnecessary files from the crate --- waku-sys/Cargo.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index 61170a0..34f896d 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -13,7 +13,20 @@ categories = ["network-programming"] exclude = [ "vendor/examples/*", - "vendor/docs/*" + "vendor/docs/*", + "vendor/coverage/*", + "vendor/pkg/*", + "vendor/scripts/*", + "vendor/tests/*", + "vendor/ci/*", + "vendor/cmd/*", + "vendor/mobile/*", + "vendor/library/*", + "**/*.md", + "**/*.lock", + "**/*.nix", + "**/Makefile", + "**/Dockerfile", ] [lib]