From 3d600010ba2b55879f1ad035f1842d0817f88061 Mon Sep 17 00:00:00 2001 From: Malloc Voidstar <1284317+AlyoshaVasilieva@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:52:27 -0800 Subject: [PATCH] Exclude tests and testdata from published crate Reduces size of crate from 8975KB to 17KB crates.io limits crates to 10MB max --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 50dc54e..f7f9fb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" homepage = "https://github.com/bojand/infer" repository = "https://github.com/bojand/infer" documentation = "https://docs.rs/infer" +exclude = ["/testdata", "/tests"] [features] default = ["std"]