From 1c1cb7ca2a80e418148d59e9feadb85cd926cc9c Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 12 Nov 2023 18:51:31 -0500 Subject: [PATCH] remove cargo.toml excludes Signed-off-by: strawberry --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5156ab2..72bbcb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,6 @@ repository = "https://github.com/girlbossceo/hardened_malloc-sys" categories = ["api-bindings", "memory-management"] keywords = ["hardened_malloc", "malloc", "hardened memory allocator", "security"] readme = "README.md" -exclude = [ - "/src/hardened_malloc/test", - "/src/hardened_malloc/androidtest", - "/src/hardened_malloc/out", - "/src/hardened_malloc/out-light", -] [features] default = ["light"]