Skip to content

Commit 25541bd

Browse files
committed
add exclusion rule to not package github or git specific files with crate.
1 parent 1dbed76 commit 25541bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
1515
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
1616
and raw deflate streams.
1717
"""
18+
exclude = [".*"]
1819

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

0 commit comments

Comments
 (0)