From 1fcd8c4139f4bd4ed3f5abf41f3b5b497b5032e4 Mon Sep 17 00:00:00 2001 From: PsychedelicShayna <34726837+PsychedelicShayna@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:09:28 -0300 Subject: [PATCH] Exclude .github workflows from package --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7508fb0..18985fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,11 @@ description = "Blazingly fast filesystem traverser and mass file hasher with dif license-file = "LICENSE" readme = "README.md" +exclude = [ + ".github", + "target" +] + repository = "https://gitub.com/PsychedelicShayna/jw" homepage = "https://gitub.com/PsychedelicShayna/jw" @@ -23,4 +28,3 @@ sha2 = "0.10.8" xxhash-rust = { version = "0.8.12", features = ["xxh3", "const_xxh3"] } -