add Makefile and scripts allow build libwaku in cargo publish (#108)

This commit is contained in:
Ivan FB 2025-01-14 17:03:40 +01:00 committed by GitHub
parent 64736c0284
commit 75b5c4c4f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,12 @@ exclude = [
"vendor/docs/*",
"vendor/coverage/*",
"vendor/pkg/*",
"vendor/scripts/*",
"vendor/tests/*",
"vendor/ci/*",
"vendor/cmd/*",
"**/*.md",
"**/*.lock",
"**/*.nix",
"**/Makefile",
"**/Dockerfile",
]