From 40473e9697f0a20b6b8e603e6211acaa1e095ef6 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Tue, 2 Feb 2016 14:30:57 -0500 Subject: [PATCH] add keywords for crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c9782aa..822b701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Simon Sapin "] license = "MPL-2.0" repository = "https://github.com/servo/rust-smallvec" description = "'Small vector' optimization: store up to a small number of items on the stack" +keywords = ["small", "vec", "vector", "stack"] readme = "README.md" documentation = "http://doc.servo.org/smallvec/"