summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 22:43:08 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 22:44:44 -0400
commitbac500bc1289d9bf2c61173bd170bc721406087a (patch)
tree28898c4b2c654106b413305a53a76040df0ed12f /Cargo.toml
parent6fdb5619052ff68face6ad06b4423776ce8bd4f2 (diff)
create /test/large to accomodate cargo max upload size
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44f6234..40ad49e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ description = "Tiny PNG decoder with no dependencies"
repository = "https://github.com/pommicket/minipng"
categories = ["encoding", "graphics", "multimedia::images", "no-std::no-alloc"]
keywords = ["png", "decoder", "image", "no_std", "no_alloc"]
+exclude = ["/test/large", "/benches/large.png"]
license = "0BSD"
version = "0.1.0"
edition = "2021"