From 68a9b32e6311ed6e61e6d867c9eb50dc23685273 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 May 2015 17:27:28 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 40101c4..b5afb66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "arrayvec" version = "0.1.0" authors = ["bluss"] +license = "MIT/Apache-2.0" description = "A vector with a fixed capacity." documentation = "http://bluss.github.io/arrayvec"