Skip to content

Commit 464a904

Browse files
authored
Cover test files when publishing (#35)
1 parent f406b48 commit 464a904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.67.0"
99
license = "MIT OR Apache-2.0"
1010
description = "Fast specialized deflate implementation"
1111
authors = ["The image-rs Developers"]
12-
include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
12+
include = ["/src", "/tests", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
1313

1414
# crates.io metadata
1515
documentation = "https://docs.rs/fdeflate"

0 commit comments

Comments
 (0)