From a1a4af905fa3a5393adaeb2db2924266f46c643a Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 13 Jan 2025 17:33:05 +0100 Subject: [PATCH] Makefile should be added to allow building libwaku when cargo publish Also, scripts folder is needed to build rln --- 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", ]