From f674d2feccce7490bc39550942e1f05dd301d861 Mon Sep 17 00:00:00 2001 From: silvanshade Date: Mon, 15 Jul 2024 20:02:05 -0600 Subject: [PATCH] Reduce crates.io categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e45f6e2..3d3979c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/silvanshade/moveref" documentation = "https://silvanshade.github.io/moveref/moveref" description = "Types and traits for safe C++ style placement initialization and move semantics" -categories = ["api-bindings", "compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns"] +categories = ["compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns"] keywords = ["C++", "allocation", "ffi", "memory", "references"] [features]