From 75b5c4c4f89b4bead50eefc486f5c752e3cc383f Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:03:40 +0100 Subject: [PATCH] add Makefile and scripts allow build libwaku in cargo publish (#108) --- waku-sys/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index b90f0e9..3875135 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -18,14 +18,12 @@ exclude = [ "vendor/docs/*", "vendor/coverage/*", "vendor/pkg/*", - "vendor/scripts/*", "vendor/tests/*", "vendor/ci/*", "vendor/cmd/*", "**/*.md", "**/*.lock", "**/*.nix", - "**/Makefile", "**/Dockerfile", ]