From e53f5ab0014077902e0b051e508b073f4e3b61bf Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 11:33:20 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0800518..48e772f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://github.com/carllerche/slab" repository = "https://github.com/carllerche/slab" readme = "README.md" keywords = ["slab", "allocator"] +categories = ["memory-management"] exclude = [ ".gitignore", ".travis.yml",