diff --git a/Cargo.toml b/Cargo.toml index a016263..46205b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "hardened_malloc-rs" description = "hardened_malloc rust wrapper" authors = ["strawberry "] 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" @@ -32,4 +32,4 @@ static = [] ## hardened_malloc config # "standard" feature is "default.mk" config in hardened_malloc light = [] -standard = [] \ No newline at end of file +standard = []