Skip to content

Commit

Permalink
add exclusion rule to not package github or git specific files with c…
Browse files Browse the repository at this point in the history
…rate.
  • Loading branch information
Byron committed Aug 3, 2024
1 parent 1dbed76 commit 25541bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
"""
exclude = [".*"]

[dependencies]
libz-sys = { version = "1.1.8", optional = true, default-features = false }
Expand Down

0 comments on commit 25541bd

Please sign in to comment.