From 2919af394edf92e3c7d9c1f189703b2736a6c1bd Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 6 Aug 2017 18:20:43 +0200 Subject: [PATCH] MAINT: Add crate categories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4a73944..9f6e182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/arrayvec/" repository = "https://github.com/bluss/arrayvec" keywords = ["stack", "vector", "array", "data-structure", "no_std"] +categories = ["data-structures", "no-std"] [dependencies.odds] version = "0.2.23"