From e1b0914ffd159bccefe5d8da906623015966b10c Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 11:34:21 -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 c2e9eda..d826b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" description = "The arena, a fast but limited type of allocator" documentation = "https://docs.rs/typed-arena" repository = "https://github.com/SimonSapin/rust-typed-arena" +categories = ["memory-management"] [lib] name = "typed_arena"