Skip to content

Commit f463126

Browse files
authored
Merge pull request #57 from rfdzan/1.0.1
toml: exclude tests from publishing
2 parents dcd8c51 + 7870fcf commit f463126

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
@@ -8,7 +8,7 @@ categories = ["multimedia::images"]
88
repository = "https://github.com/rfdzan/jippigy"
99
keywords = ["turbojpeg", "jpeg", "compress", "image", "exif"]
1010
readme = "README.md"
11-
exclude = ["src/main.rs"]
11+
exclude = ["src/main.rs", "tests/"]
1212

1313
[dependencies]
1414
crossbeam = "0.8.4"

0 commit comments

Comments
 (0)