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:
parent
d06c842163
commit
1b1a66fe6c
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue