Skip to content

Commit ef7c83f

Browse files
authored
Update Cargo.toml with more keywords
1 parent 867aae0 commit ef7c83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
33
categories = ["memory-management", "rust-patterns", "no-std"]
44
description = "A fast bump allocation arena for Rust."
55
documentation = "https://docs.rs/bumpalo"
6-
keywords = ["arena"]
6+
keywords = ["arena", "bump", "allocator"]
77
edition = "2021"
88
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)