make crates.io happy

Signed-off-by: strawberry <strawberry@pupbrain.dev>
This commit is contained in:
strawberry 2024-04-10 16:01:33 -04:00
parent fa0fd42de2
commit 0b4f3d9d94

View file

@ -3,9 +3,9 @@ name = "hardened_malloc-rs"
description = "hardened_malloc rust wrapper"
authors = ["strawberry <strawberry@puppygock.gay>"]
edition = "2021"
license = "Apache-2.0 and MIT"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/girlbossceo/hardened_malloc-rs"
keywords = ["hardened_malloc", "malloc", "hardened memory allocator", "security", "bindings", "ffi"]
keywords = ["hardened_malloc", "malloc", "ffi", "security", "bindings"]
categories = ["api-bindings", "memory-management"]
readme = "README.md"