remove cargo.toml excludes

Signed-off-by: strawberry <strawberry@pupbrain.dev>
This commit is contained in:
strawberry 2023-11-12 18:51:31 -05:00
parent 3169b1e6fd
commit 1c1cb7ca2a

View file

@ -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"]