Skip to content

Commit

Permalink
Merge pull request #9 from shepmaster/patch-1
Browse files Browse the repository at this point in the history
Add categories to Cargo.toml
  • Loading branch information
Jonas Tepe authored Jan 21, 2017
2 parents d44a0e3 + e1b0914 commit 42f35d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42f35d6

Please sign in to comment.