Skip to content

Commit

Permalink
Exclude .github workflows from package
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychedelicShayna committed Sep 8, 2024
1 parent f1f4709 commit 1fcd8c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -23,4 +28,3 @@ sha2 = "0.10.8"
xxhash-rust = { version = "0.8.12", features = ["xxh3", "const_xxh3"] }



0 comments on commit 1fcd8c4

Please sign in to comment.