From 476b23b9f1ba8eb71d1364c40dd5009a4ec913e5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 May 2015 17:21:07 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ba000b..40101c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "arrayvec" version = "0.1.0" authors = ["bluss"] -[features] +description = "A vector with a fixed capacity." +documentation = "http://bluss.github.io/arrayvec" +repository = "https://github.com/bluss/arrayvec" -unstable = [] +keywords = ["stack", "vector", "array", "container", "data-structure"]