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"] } -