Exclude tests from crate [ci skip]

The image files for testing add up to over 10MB,
which prevents it from being published on crates.io
This commit is contained in:
Joshua Holmer 2016-03-03 16:09:54 -05:00
parent d06c842163
commit 1b1a66fe6c

View file

@ -7,6 +7,9 @@ license = "MIT"
documentation = "https://github.com/shssoichiro/oxipng"
homepage = "https://github.com/shssoichiro/oxipng"
repository = "https://github.com/shssoichiro/oxipng"
exclude = [
"tests/*",
]
[dependencies]
bit-vec = "^0.4.2"