Skip to content

Commit

Permalink
Issue Suggestion - Exclude unnecessary files from the crate (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
yokurang authored May 16, 2023
1 parent d7cbdc2 commit 8d825ad
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion waku-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8d825ad

Please sign in to comment.