Auto merge of #16 - durka:patch-1, r=KiChjang

add keywords for crates.io

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/16)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo
2016-02-03 01:01:52 +05:30
+1
View File
@@ -5,6 +5,7 @@ authors = ["Simon Sapin <simon.sapin@exyr.org>"]
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/"