From 1b1a66fe6c9622dfc0ce45dd95b359c05ad1849c Mon Sep 17 00:00:00 2001 From: Joshua Holmer Date: Thu, 3 Mar 2016 16:09:54 -0500 Subject: [PATCH] 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 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b74df363..66b6a3db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"